mirror of
https://gitlab.com/kauron/jstudy
synced 2024-11-13 07:33:44 +01:00
Removed debug information
This commit is contained in:
parent
498d2a050a
commit
67df24c9dc
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ public class TestItem {
|
|||
answer = answer.substring(0, index);
|
||||
if (answer.isEmpty()) continue;
|
||||
list.add(new TestItem(question, answer));
|
||||
System.err.println(question + " :: " + answer);
|
||||
}
|
||||
in.close();
|
||||
} catch (FileNotFoundException | InputMismatchException e) {
|
||||
|
|
Loading…
Reference in a new issue