Skip to content

Commit

Permalink
chore(releases): remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
jessevanmuijden committed Jul 25, 2023
1 parent 789acb6 commit a68b42c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 467 deletions.
9 changes: 0 additions & 9 deletions packages/netlify-cms-backend-github/src/API.ts
Original file line number Diff line number Diff line change
Expand Up @@ -818,15 +818,6 @@ export default class API {
return cmsBranches;
}

async latestRelease() {
console.log(
'%c Loading latest release',
'line-height: 30px;text-align: center;font-weight: bold',
);

return this.request(`${this.repoURL}/releases/latest`)
}

async listReleases() {
console.log(
'%c Loading releases',
Expand Down
177 changes: 0 additions & 177 deletions packages/netlify-cms-core/src/components/Releases/WorkflowCard.js

This file was deleted.

Loading

0 comments on commit a68b42c

Please sign in to comment.