Skip to content

Commit

Permalink
chore: console log 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiacho committed Dec 31, 2024
1 parent 9c5c251 commit 9a2c676
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/org/OrgAdmin/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export const validationHomeInputs = (
const name = `partIntroduction${part}`;
const data = getValues(name);
if (!data) {
console.log(part, data);
setError(name, {
type: 'required',
message: VALIDATION_CHECK.required.errorText,
Expand Down

0 comments on commit 9a2c676

Please sign in to comment.