Merge pull request #732 from matiu/bug/log

rm log
This commit is contained in:
Matias Alejo Garcia 2017-11-13 23:44:24 -03:00 committed by GitHub
commit 72608f64f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ var requestList = function(args, cb) {
}
result = [err, res, body];
console.log('[request-list.js.62:body:]',body); //TODO
return a_cb();
});
},