From 44188aa5ba1fb12b480a479a78a7ba048a27e869 Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Wed, 1 Jun 2016 15:02:32 +0300 Subject: [PATCH] remove old comment --- lib/postgresql_interface.js | 6 ------ 1 file changed, 6 deletions(-) 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' }