Skip to content

Commit 7da328b

Browse files
remove debug log
1 parent 4c23fe2 commit 7da328b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ func CleanConnectionsCache() {
307307
}
308308
}
309309

310-
if !configuration.DEBUG {
310+
if configuration.DEBUG {
311311
fmt.Printf("Connections cache: %v\n", ConnectionsCache)
312312
}
313313
}

0 commit comments

Comments
 (0)