removed logging

This commit is contained in:
HansPinckaers 2011-04-07 20:59:18 +02:00
parent 0b8b380d2b
commit d53f155c56
1 changed files with 0 additions and 2 deletions

View File

@ -370,7 +370,6 @@ var paduserlist = (function() {
var self = {
init: function(myInitialUserInfo) {
self.setMyUserInfo(myInitialUserInfo);
console.log(myInitialUserInfo);
$("#otheruserstable tr").remove();
if (pad.getUserIsGuest()) {
@ -633,6 +632,5 @@ function showColorPicker() {
$("#colorpickerswatches li").removeClass('picked');
$($("#colorpickerswatches li")[myUserInfo.colorId]).addClass("picked"); //seems weird
console.log(paduserlist);
}
}