This commit is contained in:
Drew Ansbacher
2021-08-31 17:33:29 -06:00
committed by Aiden McClelland
parent 02f5b4abc4
commit f05770ee7f

View File

@@ -53,8 +53,6 @@ export class AppShowPage {
async ngOnInit () {
this.pkgId = this.route.snapshot.paramMap.get('pkgId')
console.log('patch data', this.patch.data)
console.log('pkgId', this.pkgId)
this.subs = [
// 1
this.patch.watch$('package-data', this.pkgId)