Skip to content

Commit 7a9220a

Browse files
committed
fix: log 주석 처리
1 parent 061b78c commit 7a9220a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

group-anagrams/YeomChaeeun.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function groupAnagrams(strs: string[]): string[][] {
1818
}
1919
group[key].push(s)
2020
}
21-
console.log(group)
21+
// console.log(group)
2222

2323
return Object.values(group)
2424
}

0 commit comments

Comments
 (0)