Skip to content

Commit

Permalink
fix: remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jooooscha committed Jan 30, 2024
1 parent 6f1bd70 commit fdd505a
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,6 +1,6 @@
[package]
name = "tyt"
version = "1.4.1"
version = "1.4.2"
authors = ["jooooscha <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ fn main() -> Result<(), Error> {

let data = Data::init(status_sender);

eprintln!("#");
if core.read().unwrap().update_at_start() {
data.update(&core.read().unwrap().config);
}


loop {
eprintln!("loop");
let event = events.next();

if let Ok(c) = data.try_recv() {
Expand Down

0 comments on commit fdd505a

Please sign in to comment.