From c79cd46f495f4f9356c53e8ecb85416dac4f4076 Mon Sep 17 00:00:00 2001 From: Tdxdxoz Date: Mon, 3 Aug 2020 11:44:29 +0800 Subject: [PATCH] clean up comments --- web/app/admin/sticker-packs/sticker-packs.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/app/admin/sticker-packs/sticker-packs.component.ts b/web/app/admin/sticker-packs/sticker-packs.component.ts index e6fbf78..984b7a1 100644 --- a/web/app/admin/sticker-packs/sticker-packs.component.ts +++ b/web/app/admin/sticker-packs/sticker-packs.component.ts @@ -70,8 +70,6 @@ export class AdminStickerPacksComponent implements OnInit { } public removePack(pack: FE_StickerPack) { - //console.log(this.packs) - //console.log(pack) this.isUpdating = true; this.adminStickers.removePack(pack.id).then(() => { for (let i = 0; i < this.packs.length; ++i)