summaryrefslogtreecommitdiff
path: root/s
diff options
context:
space:
mode:
Diffstat (limited to 's')
-rw-r--r--s/server.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/s/server.cpp b/s/server.cpp
index 1ca2e4c9d7e..d8502ec0583 100644
--- a/s/server.cpp
+++ b/s/server.cpp
@@ -158,9 +158,6 @@ namespace mongo {
cursorCache.startTimeoutThread();
PeriodicTask::theRunner->go();
- log() << "waiting for connections on port " << cmdLine.port << endl;
- //DbGridListener l(port);
- //l.listen();
ShardedMessageHandler handler;
MessageServer * server = createServer( opts , &handler );
server->setAsTimeTracker();