Browse Source

Remove debug statement from dodo.py

Ryan C. Thompson 9 years ago
parent
commit
01fe300e3f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dodo.py

+ 0 - 1
dodo.py

@@ -158,7 +158,6 @@ def task_publish_to_mneme():
             if htmlfile not in file_deps:
                 file_deps.append(htmlfile)
     file_deps = sorted(file_deps)
-    print(file_deps)
     rsync_xfer_cmd = ["rsync"] + rsync_common_args + [ rsync_src, rsync_dest ]
     yield {
         'name': rsync_src,