From f6d492b529bdfba6475f8c5d2078882a556ecd39 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 24 Feb 2011 21:42:20 +0100 Subject: [PATCH] remove debug output --- .../com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy b/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy index ac75683afb1c..f25b1f39443c 100644 --- a/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy +++ b/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy @@ -514,7 +514,6 @@ public interface Test { Thread.sleep 500 ProgressManager.checkCanceled() cxt.replacementOffset--; - println "aaa$cxt.replacementOffset" } }