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