Commit dd70976a authored by YavorGrancharov's avatar YavorGrancharov
Browse files

fix: removed unnecessary log

parent 974ce68f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -141,7 +141,6 @@ export class OrderComponent implements OnInit {

	ngOnInit() {
		this._sliceOrderProducts();
		console.log('333333333333333', this.order);
	}

	toggleOrderProducts() {