diff options
Diffstat (limited to 'src/libs/shared/Builder.cpp')
-rw-r--r-- | src/libs/shared/Builder.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/shared/Builder.cpp b/src/libs/shared/Builder.cpp index 2b5e954c..bc8fb21c 100644 --- a/src/libs/shared/Builder.cpp +++ b/src/libs/shared/Builder.cpp @@ -45,8 +45,6 @@ Builder::build(SharedPtr<const GraphObject> object) build_object(object); for (Patch::Connections::const_iterator i = patch->connections().begin(); i != patch->connections().end(); ++i) { - cout << "BUILDER CONNECTION: " <<(*i)->src_port_path() - << " -> " << (*i)->dst_port_path() << endl; _interface.connect((*i)->src_port_path(), (*i)->dst_port_path()); } return; |