From 1ae4c7dd5523bac3199c639cd79b0e5ec0583e82 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 26 May 2008 18:09:16 +0000 Subject: small eye candy bugfix :) --- sources/utils/VSTools.java | 1 - 1 file changed, 1 deletion(-) (limited to 'sources/utils/VSTools.java') 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 parseIntegerVector(String string) throws exceptions.ParseIntegerVectorException { - System.out.println("parse " + string); Vector vec = new Vector(); int index = string.indexOf('['); -- cgit v1.2.3