Skip to content

Commit b332526

Browse files
committed
Remove debugging code
1 parent 5b05c69 commit b332526

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/src/model.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,9 +1347,6 @@ class Extension extends Container
13471347

13481348
/// Return true if this extension could apply to [t].
13491349
bool _couldApplyTo(DefinedElementType t) {
1350-
if (t.element.name == 'Implementor2' && name == 'ExtensionCheckLeft') {
1351-
print('hi');
1352-
}
13531350
return t.instantiatedType == extendedType.instantiatedType ||
13541351
(t.instantiatedType.element == extendedType.instantiatedType.element &&
13551352
isSubtypeOf(t)) ||

0 commit comments

Comments
 (0)