Commit d1849210 by willmcgugan

Removed debug print

parent 2cf1bee5
...@@ -260,7 +260,6 @@ def remove_all(fs, path): ...@@ -260,7 +260,6 @@ def remove_all(fs, path):
:param path: Path to a directory :param path: Path to a directory
""" """
fs.tree()
sub_fs = fs.opendir(path) sub_fs = fs.opendir(path)
for sub_path in sub_fs.listdir(): for sub_path in sub_fs.listdir():
if sub_fs.isdir(sub_path): if sub_fs.isdir(sub_path):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment