Remove debugging code

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419387 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2006-07-05 23:49:33 +00:00
parent 00d021f30e
commit 3a48c43f4d
1 changed files with 0 additions and 1 deletions

View File

@ -688,7 +688,6 @@ private static void modify(Calendar val, int field, boolean round) {
//Set roundUp if this is more than half way between the minimum and maximum
roundUp = offset > ((max - min) / 2);
}
System.err.println("DST: " + val.get(Calendar.DST_OFFSET));
//We need to remove this field
val.set(fields[i][0], val.get(fields[i][0]) - offset);
}