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