Skip to content

Commit

Permalink
Remove undocumented logging feature (#5331)
Browse files Browse the repository at this point in the history
Fixes previous cleanup which made it unconditional.
  • Loading branch information
kevinpschaaf authored and TimvdLippe committed Aug 17, 2018
1 parent d234fff commit 33ab3ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mixins/element-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,6 @@ function _regLog(prototype) {
*/
export function register(prototype) {
registrations.push(prototype);
_regLog(prototype);
}

/**
Expand Down

0 comments on commit 33ab3ae

Please sign in to comment.