Startup helper fix

This commit is contained in:
jokob-sk
2024-05-02 07:24:10 +10:00
parent 1dcca191d9
commit 96f90fa5c9
2 changed files with 4 additions and 6 deletions

View File

@@ -574,8 +574,6 @@ import dns.resolver
def cleanDeviceName(str, match_IP):
mylog('debug', ["[Name cleanup] NEWDEV_LESS_NAME_CLEANUP Setting:" + get_setting_value('NEWDEV_LESS_NAME_CLEANUP')])
if get_setting_value('NEWDEV_LESS_NAME_CLEANUP'):
mylog('debug', ["[Name cleanup] Using new cleanDeviceName(" + str + ")"])