no more logs

This commit is contained in:
Drew Ansbacher
2021-08-31 11:37:52 -06:00
committed by Aiden McClelland
parent 033af493ab
commit 313729146e
3 changed files with 0 additions and 10 deletions

View File

@@ -50,14 +50,6 @@ export class ConfigService {
}
isLaunchable (state: PackageState, status: PackageMainStatus, interfaces: { [id: string]: InterfaceDef }): boolean {
console.log('is launchable', this.isLaunchable)
console.log('state', state)
console.log('status', status)
console.log('ret val', status === PackageMainStatus.Running &&
(
(hasTorUi(interfaces) && this.isTor()) ||
(hasLanUi(interfaces) && !this.isTor())
))
if (this.isConsulate || state !== PackageState.Installed) {
return false
}