Parcourir la source

Remove debug statement from dodo.py

Ryan C. Thompson il y a 9 ans
Parent
commit
01fe300e3f
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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,