Commit 29d3e727 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

- removed leftover debug statement

parent b7da918f
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ public class ToggleHandler implements IStartup {
    }

	public static void toggleState(boolean currentState) {
        System.out.println(currentState);
		if (!currentState) {
            enablePlugin();
        } else {