소스 검색

Removed cookie code that is not in use.

Thanks to xet7 !
Lauri Ojansivu 4 년 전
부모
커밋
3c406d955e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;
     }