Remove a stray print

This commit is contained in:
Savanni D'Gerinel 2023-08-10 09:16:37 -04:00
parent 6a6dc3dc1e
commit 4afdd16414
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ impl SolunaClient {
.unwrap()
+ Duration::days(1),
);
println!("expiration: {:?}", expiration);
let soluna: SunMoonJs = response.json().await.unwrap();
(expiration, soluna)
})