Skip to content

Commit

Permalink
log removed after problems with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
seiferta committed Feb 11, 2017
1 parent 7a9fc90 commit e6bfef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emonitor/observer.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def observeFolder(**kwargs):
observer = Observer()
observer.schedule(IncomeObserver(), path=path)
observer.start()
logger.info(u"observe folder {} with watchdog observer".format(path))
#logger.info(u"observe folder {} with watchdog observer".format(path))

try:
while True:
Expand Down

0 comments on commit e6bfef8

Please sign in to comment.