From 987854d6a213c596b254064a19f8503c121dcdd1 Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Wed, 17 Jan 2024 14:47:55 -0500 Subject: [PATCH] remove stray debug print --- src/actsim_agent/task_interface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/actsim_agent/task_interface.cpp b/src/actsim_agent/task_interface.cpp index e4bb1e1..dcb46e4 100644 --- a/src/actsim_agent/task_interface.cpp +++ b/src/actsim_agent/task_interface.cpp @@ -193,7 +193,6 @@ void TaskInterface::store_design(const db::uuid_t& id, std::string& design) { std::lock_guard 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