Skip to content

Commit

Permalink
Removed a debug msg in distr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Com1t authored Aug 4, 2023
1 parent 16a2f49 commit d8c00e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dace/frontend/common/distr.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ def _processcomm_comm_free(pv: 'ProgramVisitor',

from dace.libraries.mpi.nodes.comm_free import Comm_free

print(comm)

comm_free_node = Comm_free("_Comm_free_", comm)

# Pseudo-writing for newast.py #3195 check and complete Processcomm creation
Expand Down

0 comments on commit d8c00e9

Please sign in to comment.