rm console.log

This commit is contained in:
Feruz M 2018-12-14 20:34:47 +02:00 committed by GitHub
parent 62b64a607c
commit 274bbe3f87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,6 @@ class ApplicationContainer extends Component {
await getAuthStatus().then((res) => {
authStatus = res;
currentUsername = res.currentUsername;
console.log(res);
if (authStatus.isLoggedIn) {
getUserData().then((userData) => {
if (userData.length > 0) {