mirror of https://github.com/calzoneman/sync.git
Remove debug database print message
This commit is contained in:
parent
9ea48f58cf
commit
d27a8efcb1
|
@ -492,8 +492,6 @@ module.exports.getAliases = function (ip, callback) {
|
||||||
names = res.map(function (row) { return row.name; });
|
names = res.map(function (row) { return row.name; });
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(query, names);
|
|
||||||
|
|
||||||
callback(err, names);
|
callback(err, names);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue