Skip to content

Commit 5005844

Browse files
committed
Removed print
1 parent d0728c6 commit 5005844

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

giskard/commands/cli_hub.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,6 @@ def start(attached, skip_version_check, version, environment, env_file):
336336
with open(env_file, "r") as f:
337337
environment = f.read().splitlines() + environment
338338

339-
print(environment)
340-
341339
_start(attached, skip_version_check, version, environment)
342340

343341

0 commit comments

Comments
 (0)