diff --git a/src/app/unlock.coffee b/src/app/unlock.coffee index 5de8a450cb..775d790689 100644 --- a/src/app/unlock.coffee +++ b/src/app/unlock.coffee @@ -9,9 +9,7 @@ _ = require 'underscore' module.exports.app = (appExports, model) -> user = model.at('_user') - alreadyShown = (before, after) -> - debugger - !(!before and after is true) + alreadyShown = (before, after) -> !(!before and after is true) showPopover = (selector, title, html, placement='bottom') -> $(selector).popover('destroy')