Skip to content

Commit 2560d61

Browse files
committed
console.logを削除
1 parent 9fc6273 commit 2560d61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

atcoder-problems-frontend/src/pages/TablePage/AtCoderRegularTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ interface Props {
4040
const getProblemHeaderAlphabet = (problem: MergedProblem, contest: Contest) => {
4141
const list = problem.title.split(".");
4242
if (list.length === 0) return "";
43-
console.log(list);
4443
if (
4544
(list[0] === "H" || list[0] === "Ex") &&
4645
classifyContest(contest).startsWith("ABC")

0 commit comments

Comments
 (0)