From abd7db367af5cb68b6d499ff7699425cbcaf144d Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 27 Feb 2026 16:21:44 +0000 Subject: [PATCH] remove debugging print --- backend/app/plan/router.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/plan/router.py b/backend/app/plan/router.py index d5ca9697..2b534679 100644 --- a/backend/app/plan/router.py +++ b/backend/app/plan/router.py @@ -34,7 +34,6 @@ router = APIRouter( ) settings = get_settings() -print("CONNECTION TO SQS IN REGION", settings.AWS_DEFAULT_REGION) sqs_client = boto3.client("sqs", settings.AWS_DEFAULT_REGION)