This commit is contained in:
Ryan Cavicchioni 2021-03-30 13:31:26 -05:00
parent 77c5f5ce18
commit 53bc7fa320
Signed by: chill9
GPG Key ID: 877EEDAF9245103D
1 changed files with 1 additions and 1 deletions

View File

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