1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-01-07 08:42:47 -05:00

Remove print

This commit is contained in:
Jack Foltz 2018-12-09 01:25:26 -05:00
parent 67dcef1a34
commit cd5b182270
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -52,7 +52,6 @@ class Package:
def transform_default(self, prop, default, basepath):
default_path = local_path(basepath, default)
print(default_path)
if hasattr(self, prop):
if isinstance(self[prop], list):
self[prop] = list(map(lambda p: local_path(basepath, p), self[prop]))