fix debug stuff

This commit is contained in:
Jai A
2023-04-04 20:26:10 -07:00
parent 79ceb56c60
commit f66fc06b4f
3 changed files with 7 additions and 8 deletions

View File

@@ -63,7 +63,6 @@ pub async fn retrieve_data(
)
.await?;
//println!("{}", loader);
Ok::<Option<(Box<bool>, String, PartialVersionInfo)>, Error>(
Some((stable, loader, version)),
)