Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jun 19, 2020
1 parent 4e884a9 commit 2ee1610
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packages/client/src/runtime/getPrismaClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ export function getPrismaClient(config: GetPrismaClientOptions): any {
return requestPromise.then(onfulfilled, onrejected)
},
requestTransaction: () => {
console.log('requesting transaction')
if (!requestPromise) {
requestPromise = this.fetcher.request({
document,
Expand Down

0 comments on commit 2ee1610

Please sign in to comment.