Commit d1849210 by willmcgugan

Removed debug print

parent 2cf1bee5
......@@ -259,8 +259,7 @@ def remove_all(fs, path):
:param fs: A filesystem
:param path: Path to a directory
"""
fs.tree()
"""
sub_fs = fs.opendir(path)
for sub_path in sub_fs.listdir():
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