Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Jul 30, 2024
1 parent 0e5788c commit 4596cd6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/kestrel_core/src/kestrel/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,6 @@ def evaluate_instruction(self, ins: Instruction) -> Display:
else:
display = _display
_cache[iid] = display

"""
print()
print("####", iid, self.irgraph.get_node_by_id(iid))
for x in _cache:
print("CACHE for:", x)
print(_cache[x])
"""

if iid == ins.id:
return display

Expand Down

0 comments on commit 4596cd6

Please sign in to comment.