Remove/Deactivate Locallab debug printf

This commit is contained in:
Pandagrapher
2019-01-03 11:16:19 +01:00
parent 14f8937bff
commit 031939e0c3
9 changed files with 64 additions and 475 deletions

View File

@@ -186,12 +186,6 @@ void History::historySelectionChanged ()
PartialProfile pp (&pparams, &pe);
ParamsEdited paramsEdited = row[historyColumns.paramsEdited];
printf("historySelectionChanged\n");
printf("nbspot: %d %d\n", pp.pparams->locallab.nbspot, (int)pp.pparams->locallab.spots.size());
for (size_t i = 0; i < pp.pparams->locallab.spots.size(); i++) {
printf("id_%d = %d\n", (int)i, pp.pparams->locallab.spots.at(i).id);
}
tpc->profileChange (&pp, EvHistoryBrowsed, row[historyColumns.text], &paramsEdited);
}