Remove print
This commit is contained in:
parent
948da5558c
commit
ffa95a9d2c
1 changed files with 0 additions and 2 deletions
|
|
@ -42,7 +42,6 @@ class Fregments:
|
||||||
for line in ignore_lines:
|
for line in ignore_lines:
|
||||||
stripped_line = line.rstrip()
|
stripped_line = line.rstrip()
|
||||||
self.ignore.append(stripped_line)
|
self.ignore.append(stripped_line)
|
||||||
print(self.ignore)
|
|
||||||
|
|
||||||
def creation_date(self, path_to_file):
|
def creation_date(self, path_to_file):
|
||||||
"""
|
"""
|
||||||
|
|
@ -70,7 +69,6 @@ class Fregments:
|
||||||
date = self.creation_date(origin_path)
|
date = self.creation_date(origin_path)
|
||||||
arr = directory\
|
arr = directory\
|
||||||
.split("/")
|
.split("/")
|
||||||
print(directory)
|
|
||||||
if arr.__len__() == 2:
|
if arr.__len__() == 2:
|
||||||
artist = arr[1]
|
artist = arr[1]
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue