removed print

This commit is contained in:
ulfur 2020-08-30 16:44:19 +02:00
parent 15db2047f9
commit 69628fdd1c
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ public class AnalyseProtocol {
String output = "";
for (String a : originalAnalysis) output = output + a + "\n";
if (output.equals("")) return false;
System.out.println(output);
pp.setType("a");
pp.parse(output);
return true;