Skip to content

Commit

Permalink
Remove print.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Nov 25, 2016
1 parent e166693 commit f2d186f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion file_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def path_leaf(path):
class FileChangeHandler(FileSystemEventHandler):
def on_modified(self, event):
if event.src_path in SYNC_FILE_LIST:
print event.src_path
copy(event.src_path, DIR_FOR_GIT)
cd_cmd = "cd "+DIR_FOR_GIT
git_add_cmd = "git add -A"
Expand Down

0 comments on commit f2d186f

Please sign in to comment.