Bug fix, removed console.logs

This commit is contained in:
Jason Casareno
2022-08-01 12:08:19 -07:00
parent 42144b724b
commit 5538b9a5b9
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,6 @@ export const runRESTRequest$ = (): TaskEither<
name: "Env",
variables: combineEnvVariables(envs),
})
console.log("effectiveRequest", effectiveRequest)
const stream = createRESTNetworkRequestStream(effectiveRequest)