1
0
Fork 0
mirror of https://gitlab.com/kauron/jstudy synced 2024-07-01 07:53:02 +02:00

Removed debug information

This commit is contained in:
Carlos Galindo 2016-12-09 17:04:12 +01:00
parent 498d2a050a
commit 67df24c9dc
Signed by: kauron
GPG key ID: 83E68706DEE119A3

View file

@ -91,7 +91,6 @@ public class TestItem {
answer = answer.substring(0, index); answer = answer.substring(0, index);
if (answer.isEmpty()) continue; if (answer.isEmpty()) continue;
list.add(new TestItem(question, answer)); list.add(new TestItem(question, answer));
System.err.println(question + " :: " + answer);
} }
in.close(); in.close();
} catch (FileNotFoundException | InputMismatchException e) { } catch (FileNotFoundException | InputMismatchException e) {