Skip to content

Commit

Permalink
Removed unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperChamp234 committed Nov 16, 2021
1 parent d29bfd9 commit ffa7945
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/view/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class App extends React.Component<any,any> {
);
}
else {
console.log("Cron is up to date");
return null
};
}
Expand All @@ -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,
Expand Down

0 comments on commit ffa7945

Please sign in to comment.