Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalpatimilsina12 committed Aug 30, 2024
1 parent 6f7db81 commit 7de0753
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ndn_hydra/repo/handles/read_handle.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def _get_file_name_from_interest(self, int_name):

def _best_id_for_file(self, file_name: str):
file_info = self.global_view.get_file(file_name)
print(file_info)
if not file_name or not file_info:
return None
active_nodes = set( [x['node_name'] for x in self.global_view.get_nodes()] )
Expand Down

0 comments on commit 7de0753

Please sign in to comment.