Skip to content
Snippets Groups Projects
Commit 60902f16 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Removed debug output

parent 40c09e7b
No related branches found
No related tags found
No related merge requests found
......@@ -170,12 +170,11 @@ export default {
.then(function(response){
if(response.status === 200 || response.status === 201)
{
This.isLogginFail = false;
return response.json();
This.isLogginFail = false;
return response.json();
}
else
{
console.info("Response status=" + response.status);
This.isLogginFail = true;
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment