comment out debug prints

pull/101/head
Joseph Poirier 2015-11-07 00:24:56 -06:00
rodzic f357d224c6
commit 76408d5828
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -275,7 +275,7 @@ func sdrWatcher() {
// has enabled both UAT and ES via the web interface. // has enabled both UAT and ES via the web interface.
id := 0 id := 0
if globalSettings.UAT_Enabled { if globalSettings.UAT_Enabled {
log.Println("globalSettings.UAT_Enabled == true") // log.Println("globalSettings.UAT_Enabled == true")
if count == 1 { if count == 1 {
if ESDev != nil { if ESDev != nil {
ESDev.shutdown() ESDev.shutdown()
@ -319,7 +319,7 @@ func sdrWatcher() {
// ES specific handling // ES specific handling
id = 0 id = 0
if globalSettings.ES_Enabled { if globalSettings.ES_Enabled {
log.Println("globalSettings.ES_Enabled == true") // log.Println("globalSettings.ES_Enabled == true")
if count == 1 { if count == 1 {
if globalSettings.UAT_Enabled { if globalSettings.UAT_Enabled {
// defer to the UAT handler // defer to the UAT handler