Skip to content

Commit 32c8498

Browse files
authored
Update models.py to remove set_trace
1 parent 420cccb commit 32c8498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cldk/models/java/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ class JApplication(BaseModel):
377377
@field_validator("symbol_table", mode="after")
378378
@classmethod
379379
def validate_source(cls, symbol_table):
380-
from ipdb import set_trace
380+
# from ipdb import set_trace
381381

382382
# Populate the lookup table for callables
383383
for file_path, j_compulation_unit in symbol_table.items():

0 commit comments

Comments
 (0)