Removed cookie code that is not in use.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2020-12-15 22:34:57 +02:00
parent ea37dd5e1d
commit 3c406d955e

View file

@ -195,8 +195,6 @@ Utils = {
const currentUser = Meteor.user();
if (currentUser) {
return (currentUser.profile || {}).showDesktopDragHandles;
} else if (cookies.has('showDesktopDragHandles')) {
return true;
} else {
return false;
}