Commit e0591bc6d0c2d611f4098c39084959fe6681baf6
1 parent
ce0db8a6
Lwm2m: front add validator json for security config value delete debug
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -286,7 +286,6 @@ export class DeviceCredentialsComponent implements ControlValueAccessor, OnInit, | @@ -286,7 +286,6 @@ export class DeviceCredentialsComponent implements ControlValueAccessor, OnInit, | ||
286 | 286 | ||
287 | private jsonValidator(control: FormControl) { | 287 | private jsonValidator(control: FormControl) { |
288 | try { | 288 | try { |
289 | - debugger; | ||
290 | JSON.parse(control.value); | 289 | JSON.parse(control.value); |
291 | return null | 290 | return null |
292 | } catch (e) { | 291 | } catch (e) { |