File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/us/mcparks/showscript/showscript/framework/schedulers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ public void restart() {
114114
115115
116116 protected void executeShowAction (ShowAction action ) {
117- try (MCTiming timing = Main .timingManager .ofStart ("ticks: " + timecode + " " + action .toString (), getTiming ())) {
117+ // try (MCTiming timing = Main.timingManager.ofStart("ticks: " + timecode + " " + action.toString(), getTiming())) {
118118 // System.out.println("EXEC: " + action.toString());
119119 // display if the flag is set
120120 if (display && sender != null ) {
@@ -131,7 +131,7 @@ protected void executeShowAction(ShowAction action) {
131131 //sender.sendMessage();
132132 stopShow ();
133133 }
134- }
134+ // }
135135 }
136136
137137 private void init () {
You can’t perform that action at this time.
0 commit comments