From eeea2511fb9e4e60ff27d4540c7c03d15c4b7c00 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 27 Aug 2014 16:17:47 +0200 Subject: [PATCH] Removed not needed debugging. --- .../app/controllers/_application_controller.js.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/_application_controller.js.coffee b/app/assets/javascripts/app/controllers/_application_controller.js.coffee index 536abf021..65072548e 100644 --- a/app/assets/javascripts/app/controllers/_application_controller.js.coffee +++ b/app/assets/javascripts/app/controllers/_application_controller.js.coffee @@ -366,7 +366,6 @@ class App.Controller extends Spine.Controller ) userPopupsDestroy: => - console.log('userPopupsDestroy', @userPopupsList) if @userPopupsList @userPopupsList.popover('destroy')