fix some lint issues

This commit is contained in:
Nicola Murino
2020-04-30 14:23:55 +02:00
parent 67c6f27064
commit d70959c34c
33 changed files with 236 additions and 225 deletions

View File

@@ -93,7 +93,6 @@ func Log(level LogLevel, sender string, connectionID string, format string, v ..
default:
Error(sender, connectionID, format, v...)
}
}
// Debug logs at debug level for the specified sender