diff --git a/statusng/src/app.rs b/statusng/src/app.rs index 85bd5be..93e63a8 100755 --- a/statusng/src/app.rs +++ b/statusng/src/app.rs @@ -28,7 +28,7 @@ impl App { let history = fs::read_to_string("./history.json")?; let history: History = serde_json::from_str(&history)?; fs::write("./history.dat", history.into_bytes())?; - //fs::remove_file("./history.json")?; + fs::remove_file("./history.json")?; } let history = fs::read("./history.dat")?;