diff --git a/app/controllers/application.js b/app/controllers/application.js index 08bae8d9..d85a094b 100644 --- a/app/controllers/application.js +++ b/app/controllers/application.js @@ -208,9 +208,6 @@ export default class ApplicationController extends Controller.extend( @action toggleModal() { this.openModal = !this.openModal; - // Uncomment this when done so that the message only shows the first time - // window.localStorage.hideMessage = true; - // Uncomment this one to use the checkbox to hide it if (this.dontShowModalAgain) { window.localStorage.hideMessage = true; }