Skip to content

Commit d36dfbd

Browse files
committed
fix: remove extra printing
1 parent 55060d7 commit d36dfbd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

runpod/serverless/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ def start(config):
3131
"""
3232
Starts the serverless worker.
3333
"""
34-
logging_level = os.environ.get("RUNPOD_DEBUG_LEVEL", "INFO").upper()
35-
print(f"RunPod serverless working starting. | Log level: {logging_level}")
36-
3734
args, unknown = parser.parse_known_args()
3835

3936
# Modify sys.argv to remove the recognized arguments

0 commit comments

Comments
 (0)