From ba578a969a3984084d7031ebb9cfb43a9e2ffa6a Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Fri, 17 Aug 2018 14:19:08 -0700 Subject: [PATCH] Remove undocumented logging feature 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); } /**