remove stray debug print
This commit is contained in:
parent
f444f5e026
commit
987854d6a2
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue