forked from p15670423/monkey
UI: Removing logging in ImportConfigModal
This commit is contained in:
parent
8f417f52ce
commit
a40d633fe8
|
@ -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": [],
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue