Removed console.log.
This commit is contained in:
parent
adffdd5401
commit
fbef2d85fa
@ -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
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user