Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangoacher committed Mar 6, 2020
1 parent ff8f330 commit 6ec613b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/trail-core/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class TrailsManager {
const {
logger = pino(),
db = {},
xxx = { ...defaultDBPoolSettings, ...db },
pool = new Pool({ ...defaultDBPoolSettings, ...db })
} = opts
this.logger = logger
Expand Down

0 comments on commit 6ec613b

Please sign in to comment.