Skip to content

Commit

Permalink
Rm rogue pritn
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrudPrimrose committed Dec 3, 2024
1 parent ac90c86 commit fe3748e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dace/sdfg/sdfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,6 @@ def add_datadesc(self, name: str, datadesc: dt.Data, find_new_name=False) -> str
# we need to update the size descriptor name of the array
datadesc.size_desc_name = size_desc_name
self._add_symbols(size_desc)
print(self._arrays)

return name

Expand Down

0 comments on commit fe3748e

Please sign in to comment.