Skip to content

Commit 23eabf6

Browse files
authored
Update exasol/toolbox/release/__init__.py
Remove leftover print statement
1 parent 643b5bf commit 23eabf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exasol/toolbox/release/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def wrapper(*args, **kwargs):
3737
cmd = which("poetry")
3838
if not cmd:
3939
raise ToolboxError("Couldn't find poetry executable")
40-
print("huhu")
4140
try:
4241
return func(*args, **kwargs)
4342
except subprocess.CalledProcessError as ex:

0 commit comments

Comments
 (0)