remove console logs

pull/2507/head
John McLear 2015-02-07 23:24:24 +00:00
parent 4c667ecef6
commit fe4dd98a6e
1 changed files with 0 additions and 3 deletions

View File

@ -29,11 +29,9 @@ var chat = (function()
var self = { var self = {
show: function () show: function ()
{ {
console.log("here");
$("#chaticon").hide(); $("#chaticon").hide();
$("#chatbox").show(); $("#chatbox").show();
$("#gritter-notice-wrapper").hide(); $("#gritter-notice-wrapper").hide();
console.log("scroll down 1");
self.scrollDown(); self.scrollDown();
chatMentions = 0; chatMentions = 0;
Tinycon.setBubble(0); Tinycon.setBubble(0);
@ -199,7 +197,6 @@ console.log("here");
}); });
if(!isHistoryAdd) if(!isHistoryAdd)
self.scrollDown(); self.scrollDown();
console.log("scroll down 2");
}, },
init: function(pad) init: function(pad)
{ {