null+****@clear*****
null+****@clear*****
2011年 2月 21日 (月) 13:44:35 JST
Kouhei Sutou 2011-02-21 04:44:35 +0000 (Mon, 21 Feb 2011)
New Revision: 600f1c210cf2d42d671e27f1cc05a5d07b308a42
Log:
remove debug print.
Modified files:
src/grntest.c
Modified: src/grntest.c (+0 -1)
===================================================================
--- src/grntest.c 2011-02-21 03:08:08 +0000 (ee05c7e)
+++ src/grntest.c 2011-02-21 04:44:35 +0000 (5abe979)
@@ -1874,7 +1874,6 @@ make_task_table(grn_ctx *ctx, int jobnum)
continue;
}
for (j = 0; j < grntest_job[i].concurrency; j++) {
- printf("wow: %d\n", j);
if (j == 0) {
grn_obj line;
GRN_TEXT_INIT(&line, 0);