From 405b35cb853bed3c88ced3928c7820aed749916e Mon Sep 17 00:00:00 2001 From: scorphus Date: Mon, 7 Apr 2008 18:44:48 +0000 Subject: [PATCH] Cleaning test messages (re #379) --- .../phpeclipse/phpmanual/views/PHPManualView.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java b/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java index a280ac3..c9b5948 100644 --- a/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java +++ b/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java @@ -167,8 +167,6 @@ public class PHPManualView extends ViewPart implements INullSelectionListener, I if (part != null && !((PHPEditor)part).equals(lastEditor)) { SelectionListenerWithASTManager.getDefault().addListener((PHPEditor)part, this); lastEditor = (PHPEditor)part; - } else { - System.out.println(part); } } -- 1.7.1