Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 24, 2024
1 parent 8aba11e commit 6a0a71c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/ace/codemods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ export class Codemods extends EventEmitter {
}

return this.#codeTransformer
} catch (error) {
console.error(error)
} catch {
return null
}
}
Expand Down

0 comments on commit 6a0a71c

Please sign in to comment.