Skip to content

Commit 0800c22

Browse files
author
Dylan Huang
committed
remove debugger
1 parent eae0959 commit 0800c22

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vite-app/src/components/EvaluationRow.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ const RowStatus = observer(
164164

165165
const ExperimentId = observer(
166166
({ experimentId: experimentId }: { experimentId?: string }) => {
167-
debugger;
168167
if (!experimentId) {
169168
return null;
170169
}

0 commit comments

Comments
 (0)