Skip to content

Commit

Permalink
Opsie... (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Virv12 authored Jan 26, 2025
1 parent 3bfa438 commit 9d68e79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion task-maker-format/src/ioi/format/italian_yaml/cases_gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ where
for dep in deps {
if dep == "*" {
subtask.dependencies = (0..cases.subtask_id).collect();
eprintln!("ASDFASDFQWERQWER {}", cases.subtask_id);
} else {
let dep_id = *cases
.st_name_to_id
Expand Down

1 comment on commit 9d68e79

@dp1
Copy link
Member

@dp1 dp1 commented on 9d68e79 Jan 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

Please sign in to comment.