chore: Remove some of the bad logging

This commit is contained in:
J H
2024-03-07 13:45:38 -07:00
parent 328beaba35
commit a17ec4221b
4 changed files with 0 additions and 8 deletions

View File

@@ -617,9 +617,6 @@ async fn set_health(
message,
}: SetHealth,
) -> Result<Value, Error> {
dbg!(&name);
dbg!(&status);
dbg!(&message);
let context = context.deref()?;
let package_id = &context.id;