diff --git a/lib/postgresql_interface.js b/lib/postgresql_interface.js index 89512b1d..07f6d056 100644 --- a/lib/postgresql_interface.js +++ b/lib/postgresql_interface.js @@ -12,12 +12,6 @@ const LIVE_SWEEP_TTL = 48 * 60 * 60 * 1000 let db -/* -function inspect(rec) { - console.log(require('util').inspect(rec, {depth: null, colors: true})) -} -*/ - function isUniqueViolation (err) { return err.code === '23505' }