summaryrefslogtreecommitdiff
path: root/sources/utils/VSTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/utils/VSTools.java')
-rw-r--r--sources/utils/VSTools.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/utils/VSTools.java b/sources/utils/VSTools.java
index ca65fe6..80ba3ab 100644
--- a/sources/utils/VSTools.java
+++ b/sources/utils/VSTools.java
@@ -55,7 +55,6 @@ public final class VSTools {
*/
public static Vector<Integer> parseIntegerVector(String string)
throws exceptions.ParseIntegerVectorException {
- System.out.println("parse " + string);
Vector<Integer> vec = new Vector<Integer>();
int index = string.indexOf('[');