Skip to content

Commit

Permalink
chore: removed unsued console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Jul 30, 2024
1 parent 778a786 commit 2a1eb80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api-cardano-db-hasura/src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export interface BackgroundConfig {

async function getConfig (): Promise<BackgroundConfig> {
const env = filterAndTypecastEnvs(process.env)
console.log(env)
if (!env.hasuraCliPath) {
throw new MissingConfig('HASURA_CLI_PATH env not set')
}
Expand Down

0 comments on commit 2a1eb80

Please sign in to comment.