Fix Windows build

This commit is contained in:
Milan Nikolic 2017-12-10 19:34:32 +01:00
parent a0ea8ceabe
commit 9784968948

View file

@ -7,13 +7,6 @@ import (
"os"
)
var traceDebugMsgs = false
// SetDebug - Set debug messages
func SetDebug(enabled bool) {
traceDebugMsgs = enabled
}
// TraceLog - Trace log messages showing (INFO, WARNING, ERROR, DEBUG)
func TraceLog(msgType int, text string, v ...interface{}) {
switch msgType {