Explorar o código

Removed cookie code that is not in use.

Thanks to xet7 !
Lauri Ojansivu %!s(int64=4) %!d(string=hai) anos
pai
achega
3c406d955e
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      client/lib/utils.js

+ 0 - 2
client/lib/utils.js

@@ -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;
     }