remove old comment

This commit is contained in:
Josh Harvey 2016-06-01 15:02:32 +03:00
parent 8f081ebf00
commit 44188aa5ba

View file

@ -12,12 +12,6 @@ const LIVE_SWEEP_TTL = 48 * 60 * 60 * 1000
let db let db
/*
function inspect(rec) {
console.log(require('util').inspect(rec, {depth: null, colors: true}))
}
*/
function isUniqueViolation (err) { function isUniqueViolation (err) {
return err.code === '23505' return err.code === '23505'
} }