kopia lustrzana https://github.com/cyoung/stratux
comment out debug prints
rodzic
f357d224c6
commit
76408d5828
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue