Skip to content

Commit 6e31395

Browse files
Remove debug statement
1 parent 3521aa5 commit 6e31395

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/com/github/quiltservertools/ledger/database/DatabaseManager.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ object DatabaseManager {
139139
cache.sourceKeys.put(it.name, it.id.value)
140140
}
141141
Tables.Player.all().forEach {
142-
print(it)
143142
cache.playerKeys.put(it.playerId, it.id.value)
144143
}
145144
}

0 commit comments

Comments
 (0)