Dont log changed files
This commit is contained in:
parent
39e3f22d0b
commit
b03f287d86
1 changed files with 0 additions and 1 deletions
|
@ -45,6 +45,5 @@ class DebugReloader:
|
|||
):
|
||||
return False # Ignore *.pyc changes and no reload within 1 sec
|
||||
time.sleep(0.1) # Wait for lock release
|
||||
logging.debug("Changed: %s, reloading source." % evt.path)
|
||||
self.callback()
|
||||
self.last_chaged = time.time()
|
||||
|
|
Loading…
Reference in a new issue