Skip to content

Commit

Permalink
Removed some debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Sep 5, 2024
1 parent 188447d commit ab26cb4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ieee_2030_5/adapters/gridappsd_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ def _input_detected(self, header: dict | None, message: dict | None):
forward_diffs = message['input']['message']['forward_differences']
rev_diffs = message['input']['message']['reverse_differences']

from pprint import pprint
pprint(adpt.GlobalmRIDs.get_items())

for item in forward_diffs:
obj = adpt.GlobalmRIDs.get_item(item['object'])
if not item.get('attribute'):
Expand Down

0 comments on commit ab26cb4

Please sign in to comment.