Skip to content

Commit

Permalink
chore: remove debug [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Aug 4, 2020
1 parent 0c9ded6 commit a7764b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packages/sdk/src/engineCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export async function getDMMF({
enableExperimental,
}: GetDMMFOptions): Promise<DMMF.Document> {
queryEnginePath = await resolveBinary('query-engine', queryEnginePath)
debug({ queryEnginePath })
let result
try {
let tempDatamodelPath: string | undefined = datamodelPath
Expand Down

0 comments on commit a7764b1

Please sign in to comment.