CMD line post-commit script worked and updated ticket #521. This is a test from actua...
[phpeclipse.git] / net.sourceforge.phpeclipse.phpmanual / src / net / sourceforge / phpeclipse / phpmanual / views / PHPManualView.java
index 4089f0e..e14af65 100644 (file)
@@ -160,7 +160,6 @@ public class PHPManualView extends ViewPart implements INullSelectionListener, I
         * @param funcName Function name
         */
        private void showReference(final String funcName) {
-               System.out.println("Show reference for " + funcName);
                new Thread(new Runnable() {
                        public void run() {
                                Display.getDefault().asyncExec(new Runnable() {