Fix Windows build
This commit is contained in:
parent
a0ea8ceabe
commit
9784968948
1 changed files with 0 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue