From c460d85c75b804c8180bcb332c8c00fbb3fdc8f6 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Mon, 14 Sep 2009 09:13:44 +0000 Subject: [PATCH] minor: remove sysout SVN: 12569 --- .../java/ch/systemsx/cisd/common/parser/TabFileLoader.java | 1 - 1 file changed, 1 deletion(-) diff --git a/common/source/java/ch/systemsx/cisd/common/parser/TabFileLoader.java b/common/source/java/ch/systemsx/cisd/common/parser/TabFileLoader.java index 8220065d5ed..5e12f738895 100644 --- a/common/source/java/ch/systemsx/cisd/common/parser/TabFileLoader.java +++ b/common/source/java/ch/systemsx/cisd/common/parser/TabFileLoader.java @@ -349,7 +349,6 @@ public class TabFileLoader<T> public final Line next() { String text = unescapeQuotes(lineIterator.nextLine()); - System.out.println("line " + lineNumber + ": " + text); return new Line(++lineNumber, text); } -- GitLab