Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Jan 3, 2025
1 parent 9f29ade commit 93bc380
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ export class EdrProviderWrapper
if (isErrorResponse(response)) {
let error;

// const stackTrace: SolidityStackTrace | null = responseObject.stackTrace();
let stackTrace: SolidityStackTrace | null = null;
try {
stackTrace = responseObject.stackTrace();
Expand Down

0 comments on commit 93bc380

Please sign in to comment.