Skip to content

Commit

Permalink
Remove unused methods (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott authored Jan 31, 2025
1 parent 94fb2ff commit ee6e21f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions library/agent/Agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,14 +491,6 @@ export class Agent {
}
}

onFailedToWrapPackage(module: string) {
this.logger.log(`Failed to wrap package ${module}`);
}

onFailedToWrapFile(module: string, filename: string) {
this.logger.log(`Failed to wrap file ${filename} in module ${module}`);
}

onConnectHostname(hostname: string, port: number) {
this.hostnames.add(hostname, port);
}
Expand Down

0 comments on commit ee6e21f

Please sign in to comment.