Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
hardliner66 committed Apr 16, 2021
1 parent 98be58e commit 45fe031
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "timetracking"
description = "Simple time tracker with simple data format"
version = "1.5.11-alpha.0"
version = "1.5.11"
authors = ["hardliner66 <[email protected]>"]
edition = "2018"
license-file = "LICENSE"
Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,6 @@ fn show(
seconds = 0;
let mut remaining_minutes = get_remaining_minutes(&settings, &filter, hours, minutes);

dbg!(remaining_minutes);

if filter != "week" {
let filtered_data_week = filter_events(&data, &None, &None, &Some("week".to_string()))?;
let week_work_time = get_time_from_events(&settings, &filtered_data_week, include_seconds);
Expand Down

0 comments on commit 45fe031

Please sign in to comment.