Pārlūkot izejas kodu

Removed line in buttonmanager used for testing console window

Julian Ohl 8 gadi atpakaļ
vecāks
revīzija
0bc200a3eb

+ 0 - 2
scopviz/src/main/java/de/tu_darmstadt/informatik/tk/scopviz/ui/ButtonManager.java

@@ -144,8 +144,6 @@ public final class ButtonManager {
 		//hide metricbox/update button
 		controller.rightSide.getChildren().remove(controller.updateButtonAPane);
 		controller.metricbox.setVisible(false);
-		
-		ConsoleManager.addErrorText("TextTextText");
 	}
 
 	/**