This commit is contained in:
2021-03-30 13:31:26 -05:00
parent 77c5f5ce18
commit 53bc7fa320

View File

@ -65,4 +65,4 @@ func Debugf(format string, a ...interface{}) {
if GetConfig().Debug {
fmt.Printf(format, a...)
}
}
}