Remove unneeded line (#8096)
This was brought up in the review of https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7866 but somehow didn't get removed there 🙈
This commit is contained in:
parent
4621e740f4
commit
7c54e9bab3
|
@ -89,7 +89,6 @@ class ClassLoaderHasClassesNamedMatcher extends ElementMatcher.Junction.Abstract
|
|||
}
|
||||
}
|
||||
enabled.put(cl, set.isEmpty() ? EMPTY : set);
|
||||
enabled.put(cl, set);
|
||||
} else if (set.isEmpty()) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue