Skip to content

Commit

Permalink
refactor: forgot a log that spam a lot
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Dec 24, 2023
1 parent 82d88b0 commit 40113fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GitHub/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ export default class Publisher {
path: imagePath,
sha: this.branchName,
});
console.log(reply);
if (reply.status === 200) {
const data = reply.data;
const lastEditedInRepo = data[0]?.commit?.committer?.date;
Expand Down

0 comments on commit 40113fe

Please sign in to comment.