Skip to content

Commit

Permalink
removed dbg code
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Mar 29, 2024
1 parent f3abc71 commit 22457f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kgcl_schema/grammar/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,6 @@ def get_next(generator):

def get_entity_representation(entity):
"""Get entity representation."""
if not entity:
import pdb; pdb.set_trace()
first_character = entity[0]
last_character = entity[-1:]
if first_character == "<" and last_character == ">":
Expand Down

0 comments on commit 22457f0

Please sign in to comment.