This commit is contained in:
Drew Ansbacher
2021-08-31 17:33:29 -06:00
committed by Matt Hill
parent 8c556e2451
commit 8ffd63422b

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)