Browse Source

System out removed from SCTSourceDisplay

Andreas Mülder 13 years ago
parent
commit
4409b4c2ea

+ 0 - 1
plugins/org.yakindu.sct.simulation.ui/src/org/yakindu/sct/simulation/ui/model/presenter/SCTSourceDisplay.java

@@ -111,7 +111,6 @@ public class SCTSourceDisplay implements ISourceDisplay, IDebugEventSetListener
 				IDynamicNotationHandler handler = _handler.get(facade);
 				handler.getHighlightingSupport().releaseEditor();
 				facade.removeTraceListener(handler);
-				System.out.println("Removing handler");
 				_handler.remove(facade);
 			}
 		}