Skip to content

Commit

Permalink
remove unimportant logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Jan 14, 2024
1 parent 028883b commit 4400891
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file modified docs/submit-ids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions src/submit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ impl SubmitCommand {
.collect();
log::info!("Made REST request to get course colors");

println!("✓ Queried course information");

let course = Course {
name: course_response.name,
id: course_response.id,
Expand Down

0 comments on commit 4400891

Please sign in to comment.