summaryrefslogtreecommitdiffstats
path: root/src/ingen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen/main.cpp')
-rw-r--r--src/ingen/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp
index c23a728a..b5256c21 100644
--- a/src/ingen/main.cpp
+++ b/src/ingen/main.cpp
@@ -169,7 +169,6 @@ main(int argc, char** argv)
boost::shared_ptr<HTTPEngineReceiver> receiver(new_receiver(
*world->local_engine, args.engine_port_arg));
world->local_engine->add_event_source(receiver);
- receiver->activate();
}
}
#endif