Fixed Bug<a href="http://sourceforge.net/tracker/?func=detail&atid=484801&aid=1145683...
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / editors / SQLContentAssistProcessor.java
index bf225cf..e90ed5c 100644 (file)
@@ -28,7 +28,7 @@ public class SQLContentAssistProcessor implements IContentAssistProcessor {
                ICompletionProposal proposal = new CompletionProposal("select", 
                                offset, 0, 6, ImageStore.getImage(ImageStore.TEMPLATE), 
                                "select - select columns from a table or view", null, null);
-System.out.println(this.text);
+//System.out.println(this.text);
                // complete a key word
 
                // complete a function