Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
Devesh Sarda committed Feb 12, 2024
1 parent 61d509a commit 2f3fb98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simulator/src/features_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def __init__(self, data_loader, features_stat):
self.node_location_map = [i for i in range(total_nodes)]
if "feature_layout" in features_stat and features_stat["feature_layout"] == "random":
random.shuffle(self.node_location_map)
print(self.node_location_map[:10])

def get_node_page(self, node_id):
node_location = self.node_location_map[node_id]
Expand Down

0 comments on commit 2f3fb98

Please sign in to comment.