Skip to content
Snippets Groups Projects
Commit c460d85c authored by tpylak's avatar tpylak
Browse files

minor: remove sysout

SVN: 12569
parent e9ac0bef
No related branches found
No related tags found
No related merge requests found
...@@ -349,7 +349,6 @@ public class TabFileLoader<T> ...@@ -349,7 +349,6 @@ public class TabFileLoader<T>
public final Line next() public final Line next()
{ {
String text = unescapeQuotes(lineIterator.nextLine()); String text = unescapeQuotes(lineIterator.nextLine());
System.out.println("line " + lineNumber + ": " + text);
return new Line(++lineNumber, text); return new Line(++lineNumber, text);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment