remove comment code
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
index 36336e0..ab6588d 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
@@ -542,11 +542,6 @@
 	}
 }
 
-//boolean canBecomeKeyWindow7 (int /*long*/ id, int /*long*/ sel) {
-//	boolean r = canBecomeKeyWindow1(id, sel);
-////	System.out.println(this + "  can=" + r);
-//	return r;
-//}
 boolean canBecomeKeyWindow (int /*long*/ id, int /*long*/ sel) {
 	if (isPopup) return false;
 	// Only answer if SWT created the window.