diff --git a/app/assets/js/movim_websocket.js b/app/assets/js/movim_websocket.js index a9505fcb4..5b5a94174 100755 --- a/app/assets/js/movim_websocket.js +++ b/app/assets/js/movim_websocket.js @@ -97,7 +97,7 @@ var MovimWebsocket = { if(funcalls != null) { for(h = 0; h < funcalls.length; h++) { var funcall = funcalls[h]; - console.log(funcall); + //console.log(funcall); if(funcall.func != null && (typeof window[funcall.func] == 'function')) { try { window[funcall.func].apply(null, funcall.params); diff --git a/app/views/account.tpl b/app/views/account.tpl index 2888f64e3..0b18c27de 100755 --- a/app/views/account.tpl +++ b/app/views/account.tpl @@ -1,9 +1,6 @@ - -