Skip to content

Commit

Permalink
revert: remove temp log
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Dec 31, 2024
1 parent dc6d531 commit d3175be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/macOS/enableAppleScriptControlSystemDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export function enableAppleScriptControlSystemDefaults(): void {

return;
} catch (e) {
console.error(e);

throw new Error(
`${ERR_MACOS_UNABLE_UPDATE_SYSTEM_DEFAULTS}\n\n${e.message}`
);
Expand Down

0 comments on commit d3175be

Please sign in to comment.