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

@@ -143,7 +143,6 @@ export class AppActionsPage {
}
private async executeAction (pkgId: string, actionId: string, input?: object): Promise<boolean> {
console.log('executing action')
const loader = await this.loadingCtrl.create({
spinner: 'lines',
message: 'Executing action...',

View File

@@ -122,7 +122,6 @@ export class AppPropertiesPage {
this.properties = await this.embassyApi.getPackageProperties({ id: this.pkgId })
this.node = JsonPointer.get(this.properties, this.pointer || '')
} catch (e) {
console.log('catching')
this.errToast.present(e)
} finally {
this.loading = false