diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/web/pyload/views.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/module/web/pyload/views.py b/module/web/pyload/views.py index 4de53a61d..cca337303 100644 --- a/module/web/pyload/views.py +++ b/module/web/pyload/views.py @@ -420,9 +420,6 @@ def path(request, path, type): if os.path.abspath(cwd) == "/": parentdir = "" - print os.path.split(cwd) - print "parentdir: %s" % parentdir - try: folders = os.listdir(cwd) except: |