Skip to content

Commit

Permalink
Add some logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeyer2115 committed Sep 25, 2023
1 parent 191447e commit 33d1c5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/studio-plugin/src/git/GitWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,7 @@ export default class GitWrapper {
canPush,
isWithinCBD: !!process.env.YEXT_CBD_BRANCH,
};
console.log("canPush:" + JSON.stringify(canPush));
console.log("Git Data" + JSON.stringify(this.gitData));
}
}

0 comments on commit 33d1c5b

Please sign in to comment.