Commit bb39d06
committed
fix(dyndns): suppress api response output in create/update record
- Remove JSON response output from api_call in create_record()
- Remove JSON response output from api_call in update_record()
- Redirect api_call output to /dev/null
- Keeps debug logging intact but eliminates unwanted JSON display1 parent bf383f0 commit bb39d06
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
0 commit comments