Removed unnecessary logs

This commit is contained in:
Zain 2021-11-16 19:15:25 +05:30
parent d29bfd9995
commit ffa79454a0
No known key found for this signature in database
GPG key ID: 84AD8F072D45C37F

View file

@ -58,7 +58,6 @@ class App extends React.Component<any,any> {
);
}
else {
console.log("Cron is up to date");
return null
};
}
@ -83,7 +82,6 @@ class App extends React.Component<any,any> {
new Notice('Login Failed, Please check credentials and try again!');
}
else {
console.log(result);
this.setState({
isLoaded: true,
user_data: result,