Commit e0591bc6d0c2d611f4098c39084959fe6681baf6

Authored by nickAS21
1 parent ce0db8a6

Lwm2m: front add validator json for security config value delete debug

... ... @@ -286,7 +286,6 @@ export class DeviceCredentialsComponent implements ControlValueAccessor, OnInit,
286 286
287 287 private jsonValidator(control: FormControl) {
288 288 try {
289   - debugger;
290 289 JSON.parse(control.value);
291 290 return null
292 291 } catch (e) {
... ...