remove debug output

pull/16/head
Bruce Leidl 8 years ago
parent 0b2962e553
commit 3371eb97d2

@ -3,7 +3,6 @@ package main
import ( import (
"bufio" "bufio"
"fmt" "fmt"
"log"
"os" "os"
"path/filepath" "path/filepath"
"reflect" "reflect"
@ -24,7 +23,6 @@ func getDefinitionWithFileFallback(uiName string) string {
fileName := filepath.Join(defsFolder, uiName+xmlExtension) fileName := filepath.Join(defsFolder, uiName+xmlExtension)
if fileNotFound(fileName) { if fileNotFound(fileName) {
log.Printf("gui: loading compiled definition %q\n", uiName)
return uiDef.String() return uiDef.String()
} }

Loading…
Cancel
Save