Remove useless log
This commit is contained in:
parent
434cf71221
commit
d018ae98a1
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue