Remove debug database print message

This commit is contained in:
Calvin Montgomery 2014-05-20 19:33:34 -07:00
parent 9ea48f58cf
commit d27a8efcb1
1 changed files with 0 additions and 2 deletions

View File

@ -492,8 +492,6 @@ module.exports.getAliases = function (ip, callback) {
names = res.map(function (row) { return row.name; });
}
console.log(query, names);
callback(err, names);
});
};