Commit bb1c21d5 authored by Tsvetelina Yordanova's avatar Tsvetelina Yordanova
Browse files

fix: #60 remove debuggers

parent b69474aa
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -73,8 +73,6 @@ export class PromotionMutation implements OnDestroy {
			return;
		}

		debugger;

		this.promotionService
			.create(promotionCreateInput)
			.pipe(first())
+0 −2
Original line number Diff line number Diff line
@@ -127,8 +127,6 @@ export class PromotionTable implements OnInit, OnDestroy {
			};
		});

		debugger;

		this.sourceSmartTable.load(promotionsVM);
	}