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); } /**