From ebe08d67808b6dd19fe087e4b36f4639b6aeda9c Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Wed, 13 Jul 2011 15:33:20 +0200 Subject: [PATCH] removed some old debug messages --- static/js/pad2.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/js/pad2.js b/static/js/pad2.js index 40e97f016..d939448cc 100644 --- a/static/js/pad2.js +++ b/static/js/pad2.js @@ -74,9 +74,7 @@ function handshake() //create the url var url = loc.protocol + "//" + loc.hostname + ":" + port + "/"; //find out in which subfolder we are - console.log(loc.pathname); var resource = loc.pathname.substr(1, loc.pathname.indexOf("/p/")) + "socket.io"; - console.log(resource); //connect socket = io.connect(url, { resource: resource