mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-28 14:42:34 +02:00
Removed debug fprintf()
This commit is contained in:
parent
24bee4fa88
commit
af47feef84
@ -1324,7 +1324,6 @@ void MainWidget::RefreshList()
|
||||
sql+=QString().sprintf(" limit %d",RD_LIMITED_CART_SEARCH_QUANTITY);
|
||||
}
|
||||
q=new RDSqlQuery(sql);
|
||||
fprintf(stderr,"rows=%d\n",q->size());
|
||||
int step=0;
|
||||
int count=0;
|
||||
lib_progress_dialog->setTotalSteps(q->size()/RDLIBRARY_STEP_SIZE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user