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

@@ -268,7 +268,6 @@ export class HostSystemStartOs implements Effects {
>
}
setHealth(...[options]: Parameters<T.Effects["setHealth"]>) {
console.error("BLUJ sethealth", options)
return this.rpcRound("setHealth", options) as ReturnType<
T.Effects["setHealth"]
>