clean up comments

This commit is contained in:
Tdxdxoz 2020-08-03 11:44:29 +08:00 committed by Travis Ralston
parent a3b17d1a9f
commit c79cd46f49

View file

@ -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)