Skip to content

Commit 2874c86

Browse files
committed
Remove unnecessary qualification.
1 parent c966eb1 commit 2874c86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/mixins/element-mixin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,6 @@ export const ElementMixin = dedupingMixin(base => {
778778
// we don't want to spam existing users who might have adopted the
779779
// shorthand when attribute deserialization is not important.
780780
if (legacyOptimizations && !(prop in this._properties) &&
781-
effect.info && effect.info.part &&
782781
!(effect.info.part.signature && effect.info.part.signature.static) &&
783782
!effect.info.part.hostProp && !templateInfo.nestedTemplate) {
784783
console.warn(`Property '${prop}' used in template but not declared in 'properties'; ` +

0 commit comments

Comments
 (0)