|
@@ -159,7 +159,6 @@ export class WeaponModalComponent {
|
|
// update
|
|
// update
|
|
|
|
|
|
public checkIfUpdate(): void {
|
|
public checkIfUpdate(): void {
|
|
- console.log('checkIfUpdate()');
|
|
|
|
if (this.ngxSmartModalService.getModalData('weaponModal')) {
|
|
if (this.ngxSmartModalService.getModalData('weaponModal')) {
|
|
this.isUpdate = true;
|
|
this.isUpdate = true;
|
|
const data: any = this.ngxSmartModalService.getModalData('weaponModal');
|
|
const data: any = this.ngxSmartModalService.getModalData('weaponModal');
|