Skip to content

Commit

Permalink
remove info message
Browse files Browse the repository at this point in the history
  • Loading branch information
barakb committed Dec 6, 2024
1 parent 2403c9d commit cce7c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/falkor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl Falkor<Connected> {
q: T,
) -> BenchmarkResult<QueryResult<LazyResultSet>> {
let q = q.as_ref().to_owned();
info!("Executing query: {}", q);
// info!("Executing query: {}", q);
let graph = &mut self.graph.0;
let falkor_result = Self::call_server(q.clone(), graph).await;
Self::read_reply(q, falkor_result)
Expand Down

0 comments on commit cce7c0b

Please sign in to comment.