Skip to content

Commit c337e90

Browse files
committed
Remove debug trace.
Signed-off-by: Mike Ponomarenko <mponomarenko@bloomberg.net>
1 parent 5c3a947 commit c337e90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

db/sqlinterfaces.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5914,7 +5914,6 @@ static int record_query_cost(struct sql_thread *thd, struct sqlclntstate *clnt)
59145914
} else if (c->lcl_tbl_name[0]) {
59155915
strncpy0(stats[i].table, c->lcl_tbl_name, sizeof(stats[i].table));
59165916
}
5917-
fprintf(stderr, "RECORDING id %d %s finds %d\n", i, stats[i].table, stats[i].nfind);
59185917
i++;
59195918
}
59205919
return 0;

0 commit comments

Comments
 (0)