removed test

This commit is contained in:
2018-03-11 17:48:45 +01:00
parent 865c3c6429
commit e1416589b6

View File

@@ -115,8 +115,6 @@ public class Worm {
if (validName != -1)
throw new IllegalNameException(validName, name);
this.name = name;
Tuple<Integer, Integer> test = null;
}
//===================================================================================