Delete commented-out code

This commit is contained in:
Richard Hansen 2021-08-13 23:53:49 -04:00
parent c7195b1133
commit c1ea2ddccc
2 changed files with 0 additions and 4 deletions

View file

@ -47,7 +47,6 @@ const getCollabClient = (ace2editor, serverVars, initialUserInfo, options, _pad)
let commitDelay = 500;
const userId = initialUserInfo.userId;
// var socket;
const userSet = {}; // userId -> userInfo
userSet[userId] = initialUserInfo;

View file

@ -563,9 +563,6 @@ const closeColorPicker = (accept) => {
myUserInfo.colorId = newColor;
pad.notifyChangeColor(newColor);
paduserlist.renderMyUserInfo();
} else {
// pad.notifyChangeColor(previousColorId);
// paduserlist.renderMyUserInfo();
}
colorPickerOpen = false;