attempt to show & hide
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
6ac24113b5
commit
1f59cabaa8
|
@ -209,9 +209,10 @@ func parseConfig() {
|
|||
log.Println("loadConfigFile() config.Accounts == nil")
|
||||
log.Println("If debugging is on, should load default config here")
|
||||
if (config.Debug) {
|
||||
log.Println("Debugging is on, loading debug config")
|
||||
config = loadDefaultConfig()
|
||||
// onExit(fmt.Errorf("loadConfigFile() config.Accounts == nil"))
|
||||
log.Println("Debugging is on, loading debug config accounts")
|
||||
tmp := loadDefaultConfig()
|
||||
config.Accounts = tmp.Accounts
|
||||
log.Println("loadConfigFile() config.Accounts =", config.Accounts)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue