We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55060d7 commit d36dfbdCopy full SHA for d36dfbd
1 file changed
runpod/serverless/__init__.py
@@ -31,9 +31,6 @@ def start(config):
31
"""
32
Starts the serverless worker.
33
34
- logging_level = os.environ.get("RUNPOD_DEBUG_LEVEL", "INFO").upper()
35
- print(f"RunPod serverless working starting. | Log level: {logging_level}")
36
-
37
args, unknown = parser.parse_known_args()
38
39
# Modify sys.argv to remove the recognized arguments
0 commit comments