Skip to content

Commit e3dc648

Browse files
author
Steven Anton
committed
Remove debug statements
1 parent 8aaa0bd commit e3dc648

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sagemaker_pytorch_serving_container/torchserve.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,10 @@ def start_torchserve(handler_service=DEFAULT_HANDLER_SERVICE):
8282
if os.path.exists(REQUIREMENTS_PATH):
8383
_install_requirements()
8484

85-
print(f"Checking {LOG4J_OVERRIDE_PATH}")
8685
if os.path.exists(LOG4J_OVERRIDE_PATH):
8786
log4j_path = LOG4J_OVERRIDE_PATH
88-
print("Exists!")
8987
else:
9088
log4j_path = DEFAULT_TS_LOG_FILE
91-
print("Doesn't exist :-(")
9289

9390
ts_torchserve_cmd = [
9491
"torchserve",

0 commit comments

Comments
 (0)