Skip to content

Commit

Permalink
comment out console.error()
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Sep 15, 2023
1 parent aca65bd commit 1367eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/config/load-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function useLoadConfigT<T extends object>(
try {
validate(config.value);
} catch (e) {
console.error(e);
// console.error(e);
return e;
}
});
Expand Down

0 comments on commit 1367eeb

Please sign in to comment.