[24486] modulecore to one instance
diff --git a/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/ModuleStructuralModel.java b/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/ModuleStructuralModel.java
index 150ea10..0900724 100644
--- a/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/ModuleStructuralModel.java
+++ b/plugins/org.eclipse.wst.common.modulecore/modulecore-src/org/eclipse/wst/common/componentcore/internal/ModuleStructuralModel.java
@@ -277,7 +277,6 @@
 	private void checkSync(IFile compFile) {
 		synchronized(needsSync) {
 			if (needsSync.booleanValue()) { //Only check sync once for life of this model
-				System.out.println("Checking sync for file: " + compFile.getLocation());
 				if (!compFile.isSynchronized(IResource.DEPTH_ONE)) {
 						File iofile = compFile.getFullPath().toFile();
 						if (iofile.exists() || compFile.exists()) {