Browse Source

removes an edit Element debug message

Andreas T. Meyer-Berg 6 years ago
parent
commit
3b7c14f99f
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/ui/view/CreateTemplatePopUp.java

+ 0 - 3
src/ui/view/CreateTemplatePopUp.java

@@ -356,9 +356,6 @@ public class CreateTemplatePopUp extends JDialog {
 			template.addElement(he);
 			he.setSaving(new Pair<>(category, textField_name.getText()));
 		}
-		
-		System.out.println("Edit "
-				+ template.getElements().get(index).toString());
 	}
 
 }