remove debug output

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

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

Loading…
Cancel
Save