Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Jan 27, 2020
1 parent ee1065b commit 6aaf077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default {
this.serverInfo = response.data;
})
.catch(() => {
console.log("Could not get server information.")
this.serverInfo = null;
});
}
},
Expand Down

0 comments on commit 6aaf077

Please sign in to comment.