From 33ab3ae6a3058a83462cc07b5f8610e3d2e28143 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Fri, 17 Aug 2018 14:45:52 -0700 Subject: [PATCH] Remove undocumented logging feature (#5331) Fixes previous cleanup which made it unconditional. --- lib/mixins/element-mixin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/mixins/element-mixin.js b/lib/mixins/element-mixin.js index 12c02bb550..a8859c96fd 100644 --- a/lib/mixins/element-mixin.js +++ b/lib/mixins/element-mixin.js @@ -749,7 +749,6 @@ function _regLog(prototype) { */ export function register(prototype) { registrations.push(prototype); - _regLog(prototype); } /**