remove superfluous debug print

This commit is contained in:
Fabian Posch 2024-01-29 11:57:32 -05:00
parent 978c58268a
commit 9ddcd8ea71

View file

@ -192,7 +192,7 @@ std::string TaskInterface::get_design(const db::uuid_t& id) {
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));
DEBUG_PRINT("Storing new design with ID " + db::to_string(id));
// make sure the design isn't already in the list of design entries
// if it is, just increment its reference counter