Skip to content

Commit c1f3665

Browse files
committed
fix: debug leftovers
1 parent 9c00e01 commit c1f3665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/generators.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ library uuid_type.generators;
66
import 'dart:convert' show utf8;
77
import 'dart:math' show Random;
88
import 'dart:typed_data' show Uint8List, UnmodifiableUint8ListView;
9+
910
import 'package:crypto/crypto.dart' show sha1;
11+
1012
import 'uuid.dart';
1113

1214
/// Generator of time-based v1 UUIDs
@@ -127,8 +129,6 @@ class TimeUuidGenerator {
127129
/// Returns Node ID for this generator
128130
UnmodifiableUint8ListView get nodeId => UnmodifiableUint8ListView(_nodeId);
129131

130-
static int get zero => _zeroMs;
131-
132132
/// Generates UUID for current time
133133
Uuid generate() {
134134
final elapsedIntervals = _sw.elapsedTicks ~/ _ticksPerInterval;

0 commit comments

Comments
 (0)