mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
removed logging
This commit is contained in:
parent
0b8b380d2b
commit
d53f155c56
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue