Skip to content

Commit

Permalink
remove log file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhirkevich committed Oct 21, 2024
1 parent 9bf8a57 commit 46b008c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2,141 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ internal class Slots(
sid : String,
deserializer : DeserializationStrategy<T>,
) : T? {
println("Slot requested: $sid")
val json = slots[sid] ?: return null
val cached = cache[sid]
if (cached != null){
Expand Down
Loading

0 comments on commit 46b008c

Please sign in to comment.