Skip to content

Commit

Permalink
chore: cleanup logs
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jun 19, 2020
1 parent 3a1a4fb commit a0373b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/packages/fetch-engine/src/getLatestTag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export async function getLatestTag(): Promise<any> {
branch = 'master'
}

console.log({ branch })
const url = `https://api.github.com/repos/prisma/prisma-engines/commits?sha=${branch}`
const result = await fetch(url, {
agent: getProxyAgent(url),
Expand Down Expand Up @@ -139,10 +138,6 @@ async function getBranch() {
if (process.env.BUILDKITE_BRANCH) {
return process.env.BUILDKITE_BRANCH
}
await execa.command('git branch', {
stdio: 'inherit',
shell: true,
})
const result = await execa.command('git rev-parse --abbrev-ref HEAD', {
shell: true,
stdio: 'pipe',
Expand Down
2 changes: 1 addition & 1 deletion src/packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts"
],
"prisma": {
"version": "3031d19975831c32e5011e8c614e477bec39f465"
"version": "9a43c75685826419972aa2ee5847d7a7107a176f"
},
"devDependencies": {
"@types/jest": "25.2.3",
Expand Down

0 comments on commit a0373b3

Please sign in to comment.