Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Aug 24, 2024
1 parent 8136f6f commit 7c67dbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export const app = async () => {
}
});

console.log(CommitMessages);

if(CommitMessages.length == 0){
await masto.postStatus("Naah, no commits today. #devlife #dayoff");
return;
Expand Down

0 comments on commit 7c67dbf

Please sign in to comment.