Skip to content

Commit 242a39e

Browse files
author
Dylan Huang
committed
log for debugging
1 parent d87da9d commit 242a39e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite-app/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const App = observer(() => {
4040
const rows: EvaluationRow[] = update.logs.map((log) => {
4141
return EvaluationRowSchema.parse(JSON.parse(log));
4242
});
43+
console.log(rows);
4344
state.setDataset(rows);
4445
}
4546
} catch (error) {

0 commit comments

Comments
 (0)