nodefactory: removed unnecessary debug line
This commit is contained in:
@@ -62,10 +62,6 @@ void NodeFactory::Initialize()
|
||||
|
||||
library_.append(created_node);
|
||||
|
||||
if (created_node->inputs().isEmpty()) {
|
||||
qWarning() << "Node" << created_node->id() << "has no inputs";
|
||||
}
|
||||
|
||||
if (created_node->outputs().isEmpty()) {
|
||||
qWarning() << "Node" << created_node->id() << "has no outputs";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user