Skip to content

Commit

Permalink
Remove unnecessary qualification.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Feb 19, 2019
1 parent c966eb1 commit 2874c86
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 @@ -778,7 +778,6 @@ export const ElementMixin = dedupingMixin(base => {
// we don't want to spam existing users who might have adopted the
// shorthand when attribute deserialization is not important.
if (legacyOptimizations && !(prop in this._properties) &&
effect.info && effect.info.part &&
!(effect.info.part.signature && effect.info.part.signature.static) &&
!effect.info.part.hostProp && !templateInfo.nestedTemplate) {
console.warn(`Property '${prop}' used in template but not declared in 'properties'; ` +
Expand Down

0 comments on commit 2874c86

Please sign in to comment.