From 26b575b2f67eb550ee2a1b709b4e69611c1265d0 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Fri, 23 Mar 2018 11:27:42 +0100 Subject: [PATCH] remove console log --- .../directives/components/editor/umbeditorheader.directive.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js index 3ac751bc64..a43b7119d5 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js @@ -247,7 +247,6 @@ Use this directive to construct a header inside the main editor window. }; scope.selectVariant = function(event, variant) { - console.log("selec variant called"); if(scope.onSelectVariant) { scope.onSelectVariant({"variant": variant}); scope.vm.dropdownOpen = false;