Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-koch committed Nov 20, 2018
1 parent 26414f8 commit 9ca692c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gitover/fswatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ def _onStdout(self):
path, self._buffer = self._buffer.split(NUL, maxsplit=1)
paths.add(path.decode('utf-8'))
for path in paths:
LOGGER.debug("Check change for {} in {}".format(path, self._path))
if self.isTracked(path):
LOGGER.debug("Change of {} in {}".format(path, self._path))
self.pathChanged.emit(path)
Expand Down

0 comments on commit 9ca692c

Please sign in to comment.