From a82e0a8f101d863fd26c7547dc51944cdd0c6e98 Mon Sep 17 00:00:00 2001 From: brb Date: Thu, 6 Jul 2023 16:44:49 +0200 Subject: [PATCH] fixed logging bug --- code/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/code/app.py b/code/app.py index 467232e..1216e40 100644 --- a/code/app.py +++ b/code/app.py @@ -43,7 +43,6 @@ def handle_event(request: GiteaRequest): commit_msg = request.head_commit['message'] repo_url = request.repository['clone_url'] branch_name = request.ref.split('/')[-1] - logging.debug() # stop early if asked if commit_msg.lower().startswith('[skip ci]'): raise HTTPException(