Skip to content

Commit

Permalink
space: Remove eprintln!
Browse files Browse the repository at this point in the history
(It was a debugging print, so it should either be a log! invocation or
removed entirely.  I went with the latter.)

Signed-off-by: Kristofer Rye <[email protected]>
  • Loading branch information
rye committed Jan 31, 2021
1 parent 1c22616 commit a955752
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/space.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ where
.filter(|e| e.applies_at(time))
.collect();

eprintln!("{}, x{}", current_parts.len(), current_exceptions.len());

if !current_exceptions.is_empty() {
let exception = current_exceptions[0];

Expand Down

0 comments on commit a955752

Please sign in to comment.