Skip to content

Commit

Permalink
remove leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Aug 15, 2023
1 parent 3fa162c commit 5d604b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ci/check_changeset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ async function main() {
// bumped high enough or at all.
const { highestBump, bumpText, bumpPackage } =
getHighestBump(changesetPackages);
console.log(highestBump, bumpText, bumpPackage);
if (highestBump > bumpRank.patch) {
if (changesetPackages['firebase'] == null) {
errors.push(
Expand Down

0 comments on commit 5d604b8

Please sign in to comment.