Skip to content

Commit 1c8b70d

Browse files
authored
Update V7.java
1 parent 7130715 commit 1c8b70d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • src/main/java/io/github/honhimw/uuid/gen

src/main/java/io/github/honhimw/uuid/gen/V7.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,6 @@ private static class Precision12 extends Precision {
257257
@Override
258258
long apply(long value, ReseedingTimestamp timestamp) {
259259
long addition = timestamp.nanos % 1_000_000 * 2000 / 488_281;
260-
if (addition > 4081) {
261-
System.out.println(addition);
262-
}
263260
return value & this.mask | (addition << this.shift);
264261
}
265262

0 commit comments

Comments
 (0)