Remove print

This commit is contained in:
Sewon Ahn 2020-11-17 12:59:16 +09:00
parent 948da5558c
commit ffa95a9d2c

View file

@ -42,7 +42,6 @@ class Fregments:
for line in ignore_lines:
stripped_line = line.rstrip()
self.ignore.append(stripped_line)
print(self.ignore)
def creation_date(self, path_to_file):
"""
@ -70,7 +69,6 @@ class Fregments:
date = self.creation_date(origin_path)
arr = directory\
.split("/")
print(directory)
if arr.__len__() == 2:
artist = arr[1]
else: