mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
no system.out for me on empty autopopup
This commit is contained in:
-3
@@ -73,9 +73,6 @@ public class CompletionAutoPopupHandler extends TypedHandlerDelegate {
|
||||
}
|
||||
|
||||
if (!CompletionServiceImpl.isPhase(CompletionPhase.AutoPopupAlarm.class, CompletionPhase.NoCompletion.getClass())) {
|
||||
if ("peter".equals(System.getProperty("user.name")) && ApplicationManagerEx.getApplicationEx().isInternal()) {
|
||||
System.out.println(CompletionServiceImpl.getCompletionPhase() + " at " + System.currentTimeMillis());
|
||||
}
|
||||
return Result.CONTINUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user