Skip to content

Commit

Permalink
chore: some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite committed Oct 26, 2023
1 parent 9675c68 commit 28461fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generator/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ function translateJsAddressToSol(value: string) {
}

function translateJsBoolToSol(value: string) {
console.log(value);
switch (value) {
case ENGINE_FLAGS.ENABLED:
return `EngineFlags.ENABLED`;
Expand Down

0 comments on commit 28461fd

Please sign in to comment.