diff --git a/apdUnitCreator.cpp b/apdUnitCreator.cpp
index 3c0857d61c9ffc3274a734e54268fcc290b1ce08..c12cfdb39d24f595c17c2a1d3f911858de169f21 100644
--- a/apdUnitCreator.cpp
+++ b/apdUnitCreator.cpp
@@ -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;
     }