From 444ca1888be09e208599769ef4c19b28aa481623 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 20 Mar 2017 15:14:06 -0700 Subject: [PATCH] remove dead comment --- src/mailboxdb.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mailboxdb.js b/src/mailboxdb.js index 66db78243..5817f6848 100644 --- a/src/mailboxdb.js +++ b/src/mailboxdb.js @@ -6,7 +6,6 @@ exports = module.exports = { listAliases: listAliases, listMailboxes: listMailboxes, - // listGroups: listGroups, // this is beyond my SQL skillz getMailbox: getMailbox, getGroup: getGroup,