Skip to content

Commit

Permalink
Comment unnecessary print [docker_verify]
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeetchhetri committed Jan 19, 2025
1 parent 48f2304 commit 060d4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/t6/src/TeBkUmFpg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,9 @@ void TeBkUmFpgRouter::updateCache() {
CommonUtils::naiveStrToNum(value, vlen, tmp);
if(cn==0) wlst->emplace_back(tmp);
else wlst->back().setRandomNumber(tmp);
if(row%500==0 || row==9999) {
/*if(row%500==0 || row==9999) {
fprintf(stderr, "rows = %d\n", row);
}
}*/
});
sqli->executeQuery(&q);

Expand Down

0 comments on commit 060d4ce

Please sign in to comment.