From: Matteo Nastasi (mop) <nastasi@alternativeoutput.com>
Date: Fri, 27 Jul 2012 07:51:44 +0000 (+0200)
Subject: temporary log removed
X-Git-Tag: v4.0.0~80
X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=916634c4a14e890b67d7db91a9ec8477392fd3b6;p=brisk.git

temporary log removed
---

diff --git a/web/commons.js b/web/commons.js
index d5c0c42..94de832 100644
--- a/web/commons.js
+++ b/web/commons.js
@@ -250,7 +250,6 @@ function send_mesg(mesg)
     // alert("xhr_wr: "+xhr_wr+"  is_conn: "+is_conn);
     xhr_wr.open('GET', 'index_wr.php?'+(is_conn ? 'sess='+sess+'&' : '')+'mesg='+mesg, (is_conn ? true : false));
     xhr_wr.onreadystatechange = function() { return; };
-    console.log(typeof(g_debug));
     if (typeof(g_debug) == 'number' && g_debug > 0
         && typeof(console) == 'object' && typeof(console.log) == 'function') {
             var ldate = new Date();