Remove useless log

This commit is contained in:
demostanis 2020-10-23 15:49:03 +02:00
parent 434cf71221
commit d018ae98a1
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ def run_as_a_module():
try:
profile = find(sys.argv[1])
print(profile)
except ProfileNotFound as err:
print(f"Couldn't find file: {err}")
sys.exit(1)