Skip to content
Snippets Groups Projects
Commit 19da1033 authored by Jan Reher's avatar Jan Reher
Browse files

Re-enabling database connection after successful tests.

parent 6fd05479
No related branches found
No related tags found
2 merge requests!4Many proven updates being brought into stable branch.,!3Commented in the lines in apdUnitCreator.cpp that do the actual database
......@@ -131,7 +131,7 @@ void loadSerialsFromFileName(string m_fileName, bool m_debug) {
newUnit.barCode = std::to_string(barCode);
std::cerr << "Found new unit with RS = " << newUnit.redSerial << ", BS = " << newUnit.blueSerial << ", CS = " << newUnit.crystalSerial << ", BC = " << newUnit.barCode << std::endl;
//newUnits.push_back(newUnit);
newUnits.push_back(newUnit);
if (m_debug) cout << "Found serial: " << line << endl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment