Removed debug and fixed //craftbukkit comments from 0239b76f611597f8486a

This commit is contained in:
Dinnerbone
2011-02-11 09:27:57 +00:00
parent c0b940d619
commit 4b6c633659
2 changed files with 2 additions and 3 deletions

View File

@@ -82,7 +82,6 @@ public class LongHashset<V> extends LongHash<V> {
count--;
long ret = inner[inner.length - 1];
outer[i] = Arrays.copyOf(inner, inner.length - 1);
System.err.println("Removing chunk (" + msw(ret) + ", " + lsw(ret) + ")");
return ret;
}