diff options
| author | chenzizhan <[email protected]> | 2024-10-17 06:28:56 +0000 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-10-17 06:28:56 +0000 |
| commit | 930a5bdffa9a5cf05a31004e2059b96a4320778d (patch) | |
| tree | 4152131c11f7f58569d518efb7b6abe774a53065 /src/cube.c | |
| parent | 3d80f399b38059dbb69d7863493b5e1ba2fbd2fd (diff) | |
Diffstat (limited to 'src/cube.c')
| -rw-r--r-- | src/cube.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1017,7 +1017,6 @@ int cube_counter_incrby_batch(struct cube *cube, const int metric_ids[], const s const struct metric_manifest *manifest = metric_manifest_manager_get_by_id(cube->manifest_manager, metric_ids[i]); struct metric *metric = add_or_find_metric_in_cell(manifest, cell_data); - printf("metric: %d, increment: %lld\n", metric_ids[i], increments[i]); metric_counter_incrby(metric, increments[i]); } |
