Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jun 6, 2024
1 parent 38149e8 commit 7d89801
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ain-ocean/src/api/pool_pair/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ pub async fn sync_token_graph(ctx: &Arc<AppContext>) -> Result<()> {
if !graph.lock().contains_edge(id_token_a, id_token_b) {
graph.lock().add_edge(id_token_a, id_token_b, k);
}
debug!("sync_token_graph edges: {:?}", graph.lock().edge_count());
}

// wait 120s
Expand Down

0 comments on commit 7d89801

Please sign in to comment.