diff options
| author | chenzizhan <[email protected]> | 2024-10-16 16:29:16 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-10-16 16:29:16 +0800 |
| commit | 0505aba853c13e555306626a20ce0701cabb406d (patch) | |
| tree | aca404a704b8e7f1055162fbe6ebdccaceece04c /src/cube.c | |
| parent | 3d80f399b38059dbb69d7863493b5e1ba2fbd2fd (diff) | |
remove printf
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]); } |
