remove superfluous debug print
This commit is contained in:
parent
978c58268a
commit
9ddcd8ea71
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
void TaskInterface::store_design(const db::uuid_t& id, std::string& design) {
|
||||||
std::lock_guard<std::mutex> lock (this->designs_mutex);
|
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
|
// make sure the design isn't already in the list of design entries
|
||||||
// if it is, just increment its reference counter
|
// if it is, just increment its reference counter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue