Update build script

This commit is contained in:
hodasemi 2023-09-21 05:35:44 +02:00
parent 945c5428ac
commit e789c87372
2 changed files with 1 additions and 2 deletions

View file

@ -3,6 +3,7 @@ rustup update
git pull
cargo update
cargo build --release
mkdir -p server

View file

@ -41,8 +41,6 @@ async fn main() -> Result<()> {
.lock()
.unwrap()
.write(plug.name(), since_epoch()?, usage)?;
println!("{} uses {usage} W", plug.name());
}
Ok::<(), anyhow::Error>(())