Skip to content
Snippets Groups Projects
Commit 863bd38b authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

removed some debug output

parent dc09a887
No related branches found
No related tags found
No related merge requests found
......@@ -444,12 +444,10 @@ void Application::typedMakeConnection(VariableNetwork &network) {
boost::shared_ptr<FanOut<UserType>> fanOut;
boost::shared_ptr<ConsumingFanOut<UserType>> consumingFanOut;
if(useExternalTrigger) {
network.dump();
// if external trigger is enabled, use externally triggered threaded FanOut
auto triggerNode = feeder.getExternalTrigger();
auto triggerFanOut = triggerMap[triggerNode.getUniqueId()];
if(!triggerFanOut) {
triggerNode.dump();
triggerFanOut = boost::make_shared<TriggerFanOut>(network.getExternalTriggerImpl());
triggerMap[triggerNode.getUniqueId()] = triggerFanOut;
internalModuleList.push_back(triggerFanOut);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment