Skip to content

Commit

Permalink
Remove debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclegg committed Apr 10, 2023
1 parent 4c5c68f commit 6887878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feta/operations/Star.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void pickCentreNode(Network net, MixedModel obm) {
HashSet<Integer> availableNodes;
if (centreType_ != null) {
availableNodes = NodeTypes.getNodesOfType(centreType_);
System.out.println("Getting nodes of type "+centreType_+ " found "+availableNodes);
//System.out.println("Getting nodes of type "+centreType_+ " found "+availableNodes);
} else {
availableNodes = net.getNodeListCopy();
}
Expand Down

0 comments on commit 6887878

Please sign in to comment.