We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f2304 commit 060d4ceCopy full SHA for 060d4ce
web/t6/src/TeBkUmFpg.cpp
@@ -353,9 +353,9 @@ void TeBkUmFpgRouter::updateCache() {
353
CommonUtils::naiveStrToNum(value, vlen, tmp);
354
if(cn==0) wlst->emplace_back(tmp);
355
else wlst->back().setRandomNumber(tmp);
356
- if(row%500==0 || row==9999) {
+ /*if(row%500==0 || row==9999) {
357
fprintf(stderr, "rows = %d\n", row);
358
- }
+ }*/
359
});
360
sqli->executeQuery(&q);
361
0 commit comments