From 1320191a8a5df2d4edb7a02d741904f4dbff352c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Tue, 5 May 2020 15:01:44 +0200 Subject: [PATCH] remove console.error --- .../components/content/umbvariantcontenteditors.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js index 722f9db27b..a188a83d83 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js @@ -119,7 +119,7 @@ if (vm.editors[index]) { if (vm.editors[index].content === variant) { - console.error("This editor is already in this place."); + // This variant is already the content of the editor in this index. return; } vm.editors[index].content.active = false;