mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
no need to check debug mode before logging
This commit is contained in:
parent
050b14fb53
commit
c64f125dc4
@ -256,7 +256,6 @@ def find_python_from_registry(location, reg=None):
|
||||
sub_key=sub_key,
|
||||
))
|
||||
except WindowsError:
|
||||
if SETTINGS.get('debug'):
|
||||
log(DEBUG, 'Could not read registry value "{reg}\\{key}".'.format(
|
||||
reg=reg,
|
||||
key=location,
|
||||
|
Loading…
Reference in New Issue
Block a user