From d85a08454f549ab6504130210875e50631b6bb46 Mon Sep 17 00:00:00 2001 From: Prince Mahar Date: Fri, 24 Apr 2026 01:20:20 +0530 Subject: [PATCH] Remove redundant DEBUG try/except block --- api/app/sta2rest/sta2rest.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/app/sta2rest/sta2rest.py b/api/app/sta2rest/sta2rest.py index 69029c94..e9094a83 100644 --- a/api/app/sta2rest/sta2rest.py +++ b/api/app/sta2rest/sta2rest.py @@ -33,11 +33,6 @@ from .sta_parser.parser import Parser from .visitors import NodeVisitor -try: - DEBUG = DEBUG -except: - DEBUG = 0 - class STA2REST: """