Skip to content

Commit

Permalink
chore: remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDecMeetsMore committed Aug 15, 2024
1 parent a359678 commit 7dae9d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scheduler/tests/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,4 @@ async fn test_freebusy_multiple() {
user2_free_busy.front().unwrap().end_time,
DateTime::from_timestamp_millis(1000 * 60 * 60 * 2).unwrap(),
);

println!("{:?}", multiple_free_busy_res);
}

0 comments on commit 7dae9d0

Please sign in to comment.