diff --git a/client/lib/utils.js b/client/lib/utils.js index ac815ba18..2068e6d27 100644 --- a/client/lib/utils.js +++ b/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; }