From 159c75096dee45f9583c864fa8deec7a2b23a314 Mon Sep 17 00:00:00 2001 From: Arnout Kazemier Date: Tue, 5 Jul 2011 00:38:24 +0200 Subject: [PATCH] Removed console statement --- test/namespace.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/namespace.test.js b/test/namespace.test.js index f8668f7d..5acb9d4b 100644 --- a/test/namespace.test.js +++ b/test/namespace.test.js @@ -215,7 +215,6 @@ module.exports = { var cl = client(++ports) , io = create(cl) , calls = 0 - console.log(data) , ws; io.of('/foo').on('connection', function (socket) {