Removed console.log.

This commit is contained in:
Chris Kleeschulte 2017-10-04 18:08:21 -04:00
parent adffdd5401
commit fbef2d85fa
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F

View File

@ -219,7 +219,6 @@ AddressController.prototype._getTransformOptions = function(req) {
AddressController.prototype.multitxs = function(req, res) {
var self = this;
console.log(req.body);
var options = {
from: parseInt(req.query.from) || parseInt(req.body.from) || 0
};