From f8b2cc4529dd680ad03661a1c21d3c8be8edaff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20W=C3=BCrfl?= Date: Wed, 30 May 2018 19:17:17 +0200 Subject: [PATCH] utils.py: Remove unnecessary debugging print --- util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/util.py b/util.py index 4007d2b..1c4d4ed 100644 --- a/util.py +++ b/util.py @@ -60,7 +60,6 @@ class Dir(object): def __init__(self, path): self.name = os.path.basename(path.strip('/')) self.fullpath = path - print(self.name, self.fullpath) self.subdirs = {} self.files = []