UI: Removing logging in ImportConfigModal

This commit is contained in:
Ilija Lazoroski 2022-07-21 15:57:49 +02:00
parent 8f417f52ce
commit a40d633fe8
2 changed files with 1 additions and 3 deletions

View File

@ -15,7 +15,7 @@
"release:patch": "npm version patch && npm publish && git push --follow-tags",
"serve": "node server.js --env=dev",
"serve:dist": "node server.js --env=dist",
"start": "webpack-dev-server --mode development --open --history-api-fallback --port 8000 --host 192.168.56.103"
"start": "webpack-dev-server --mode development --open --history-api-fallback --port 8000 --host local-ip"
},
"repository": "",
"keywords": [],

View File

@ -74,9 +74,7 @@ const ConfigImportModal = (props: Props) => {
}
function sendConfigCredentialsToServer() {
console.log("sendConfig to server called!!");
let credentials = formatCredentialsForIsland(configCredentials);
console.log(credentials);
authComponent.authFetch(credentialsEndpoint,
{
method: 'PUT',