Skip to content

Commit a6794d9

Browse files
committed
Remove unused method
1 parent 584c20e commit a6794d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/agent/Agent.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -519,10 +519,6 @@ export class Agent {
519519
});
520520
}
521521

522-
getPackages() {
523-
return this.packages;
524-
}
525-
526522
onPackageWrapped(name: string, details: WrappedPackage) {
527523
if (this.wrappedPackages[name]) {
528524
// Already reported as wrapped

0 commit comments

Comments
 (0)