Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
shuiyisong committed Dec 26, 2023
1 parent aa085a1 commit 526368f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/query/src/dist_plan/merge_scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,6 @@ impl MergeScanExec {
.metrics()
.and_then(|m| serde_json::from_str::<RecordBatchMetrics>(&m).ok())
{
warn!(
"[DEBUG]receive metrics for dbname:{:?} in region: {:?}",
&dbname, metrics
);
let (c, s) = parse_catalog_and_schema_from_db_string(&dbname);
read_meter!(c, s, cpu_time: metrics.memory_usage as u64);
read_meter!(c, s, table_scan: metrics.elapsed_compute as u64);
Expand Down

0 comments on commit 526368f

Please sign in to comment.