diff options
Diffstat (limited to 'frontend/src/views/Config.js')
-rw-r--r-- | frontend/src/views/Config.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/src/views/Config.js b/frontend/src/views/Config.js index a770378..b11f827 100644 --- a/frontend/src/views/Config.js +++ b/frontend/src/views/Config.js @@ -68,8 +68,6 @@ class Config extends Component { }) }; - let msg = ""; - fetch('/setup', requestOptions) .then(response => { if (response.status === 202 ){ |