diff --git a/browserid/run.js b/browserid/run.js
index b486602f039e52a7f6695c3c403fa3e746475d32..761fc95d6ef8c533bbe7c814bdb90aeb5935b537 100755
--- a/browserid/run.js
+++ b/browserid/run.js
@@ -54,10 +54,6 @@ exports.runServer = function() {
 
   app = express.createServer();
 
-  app.use(express.logger({
-    stream: fs.createWriteStream(path.join(handler.varDir, "server.log"))
-  }));
-
   // let the specific server interact directly with the connect server to register their middleware
   if (handler.setup) handler.setup(app);