Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed Oct 11, 2023
1 parent 8b498d1 commit 0efd25e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/graphstorm/gconstruct/construct_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ def parse_node_data(in_file, feat_ops, label_ops, node_id_col, read_file):
"""
data = read_file(in_file)
feat_data = process_features(data, feat_ops) if feat_ops is not None else {}
print("feature data result: ", feat_data)
print("data: ", data)
print("---------------------------------")
if label_ops is not None:
label_data = process_labels(data, label_ops)
for key, val in label_data.items():
Expand Down

0 comments on commit 0efd25e

Please sign in to comment.