securis/src/main/webapp/src/app/common/error.checker.ts
.. .. @@ -19,7 +19,6 @@ 19 19 @Input() fieldName: string; 20 20 21 21 constructor(private $L: LocaleService) { 22 - console.log('contructor: ' + this.formField);23 22 } 24 23 25 24 getFieldErrors() : string[] {