mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 23:12:15 +05:30
Unrequire logger
Crystal's `Logger` was required but never used in Invidious. Crystal 0.36.0 removed `Logger` in favor of `Log`.
This commit is contained in:
parent
69406b00d1
commit
a0bc0641c7
@ -1,5 +1,3 @@
|
||||
require "logger"
|
||||
|
||||
enum LogLevel
|
||||
All = 0
|
||||
Trace = 1
|
||||
|
Loading…
Reference in New Issue
Block a user