Removed print

This commit is contained in:
Sven Heidemann 2022-09-30 15:47:54 +02:00
parent 304b2e4255
commit 748cc66946

View File

@ -153,7 +153,6 @@ class GenerateService(CommandABC):
if not os.path.isdir(os.path.dirname(file_path)):
os.makedirs(os.path.dirname(file_path))
directory = ''
print()
for subdir in template.path.split('/'):
directory = os.path.join(directory, subdir)
if subdir == 'src':