remove stray debug print

This commit is contained in:
Fabian Posch 2024-01-17 14:47:55 -05:00
parent f444f5e026
commit 987854d6a2

View file

@ -193,7 +193,6 @@ void TaskInterface::store_design(const db::uuid_t& id, std::string& design) {
std::lock_guard<std::mutex> lock (this->designs_mutex);
DEBUG_PRINT("Henlo Storing new design with ID " + db::to_string(id));
std::cerr << "This should really be visible here" << std::endl;
// make sure the design isn't already in the list of design entries
// if it is, just increment its reference counter