turned debuging off
diff --git a/bundles/org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/search/JsSearchSupport.java b/bundles/org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/search/JsSearchSupport.java
index 453f1f9..c1951d0 100644
--- a/bundles/org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/search/JsSearchSupport.java
+++ b/bundles/org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/search/JsSearchSupport.java
@@ -55,8 +55,8 @@
     static final boolean DEBUG;
     static {
         String value = Platform.getDebugOption("org.eclipse.jst.jsp.core/debug/jspsearch"); //$NON-NLS-1$
-        DEBUG=true;
-        //  DEBUG = (value != null) && value.equalsIgnoreCase("true"); //$NON-NLS-1$
+       
+         DEBUG = (value != null) && value.equalsIgnoreCase("true"); //$NON-NLS-1$
     }
 
     private static JsSearchSupport singleton = null;