Skip to content

Commit

Permalink
delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenth-crew committed Jul 16, 2024
1 parent 4e2b8b8 commit abb9dbc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@ const init = async (): Promise<void> => {
return;
}

console.log('Developer Name:', developerName);

let openrank = await getData(developerName);
if (openrank === null) {
console.error('Rank data not found');
openrank = 'OpenRank data not found';
} else {
openrank = `OpenRank ${openrank}`;
Expand Down

0 comments on commit abb9dbc

Please sign in to comment.