]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Remove debug print statements
authorDavid Stainton <dstainton415@gmail.com>
Tue, 28 Apr 2015 08:34:02 +0000 (09:34 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 28 Apr 2015 18:50:15 +0000 (19:50 +0100)
src/allmydata/frontends/drop_upload.py
src/allmydata/test/test_drop_upload.py

index 93a2d79f57898fa1a445c73d70af9e24fe35a728..8d7e47fbf45356e2170eafe6144f3477bb078fe5 100644 (file)
@@ -188,7 +188,6 @@ class DropUploader(service.MultiService):
             return d2
 
         def _maybe_upload(val):
-            print "_maybe_upload", path
             self._pending.remove(path)
             name = os.path.basename(path)
 
index 46dad82c669555fbb29fbddc829fcaeead82271e..88cebf4ff5b295b4e8432d092b4a10d125bd1973 100644 (file)
@@ -122,7 +122,6 @@ class DropUploadTestMixin(GridTestMixin, ShouldFailMixin, ReallyEqualMixin, NonA
         return d
 
     def test_move_tree(self):
-        print "_test_move_tree"
         self.maybe_skip_test()
         self.set_up_grid()