Skip to content

Commit

Permalink
remove more debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Dec 18, 2024
1 parent 3815b09 commit d3779b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/components/ChildrenFeedback.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ let promise = $state(setup());
{@render evaluation(aid, milestoneGroups[aid][Number(mid)], score as number, false, false)}
</span>
<div class="flex-row justify-between">
{console.log(" aid: ", aid, relevant_sessionkeys[0], ", detailed[aid]: ", detailed[aid])}
{#each Object.entries(detailed[aid][mid]) as [ms_id, ms_score]}
{@render evaluation(
aid,
Expand Down

0 comments on commit d3779b3

Please sign in to comment.