Skip to content

Commit

Permalink
chore: orchestration fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SwatiEY committed Aug 27, 2024
1 parent 2a444f9 commit 4864c58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/solidity-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export function getVisitableKeys(nodeType: string): string[] {
// And again, if we haven't recognized the nodeType then we'll throw an
// error.
default:
console.log(nodeType);
throw new TypeError(nodeType);
}
}
Expand Down

0 comments on commit 4864c58

Please sign in to comment.