Skip to content

Commit 55013c5

Browse files
committed
Remove info message.
1 parent 0839dcc commit 55013c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myDevices/system/systemconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ def getConfig():
6363
config[name] = 1 - int(output.strip()) #Invert the value since the config script uses 0 for enable and 1 for disable
6464
except:
6565
exception('Get config')
66-
info('SystemConfig: {}'.format(config))
66+
debug('SystemConfig: {}'.format(config))
6767
return config

0 commit comments

Comments
 (0)