Skip to content

Commit

Permalink
removes debugging statement from CLI plugin (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
subakva authored Jul 26, 2024
1 parent 3bba8e1 commit b465e86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/lib/pg/fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export async function getAttachment(heroku: APIClient, app: string, db = 'DATABA
throw new Error(`${color.app(app)} has no databases`)
}

console.log('hi', JSON.stringify(attachments))
matches = attachments.filter(attachment => config[db] && config[db] === config[getConfigVarName(attachment.config_vars as string[])])

if (matches.length === 0) {
Expand Down

0 comments on commit b465e86

Please sign in to comment.