Remove relevant console log,

This commit is contained in:
Eudes Inácio
2022-04-28 09:32:27 +01:00
parent 3021e8b0e1
commit 2826cea9df
153 changed files with 1001 additions and 1132 deletions
@@ -64,7 +64,7 @@ export class NewActionPage implements OnInit {
}
segmentChanged(ev: any) {
console.log(ev.detail.value);
}
get dateValid() {
@@ -84,7 +84,7 @@ export class NewActionPage implements OnInit {
injectValidation() {
console.log(this.dateValid)
this.Form = new FormGroup({
Subject: new FormControl(this.folder.Description, [
@@ -106,10 +106,10 @@ export class NewActionPage implements OnInit {
if(this.Form.invalid) {
return false
} else {
console.log ('not passded')
}
console.log('pass')
this.folder = {
ProcessId: null,
@@ -119,7 +119,7 @@ export class NewActionPage implements OnInit {
DateEnd: this.folder.DateEnd,
ActionType: this.segment,
}
console.log(this.folder);
const loader = this.toastService.loading()