Add debug.

This commit is contained in:
John-David Dalton
2014-05-06 07:36:54 -07:00
parent 5eb7faec29
commit e332a916b0

View File

@@ -298,7 +298,8 @@ function optionToValue(name, string) {
*
* @private
*/
function onJobRemove() {
function onJobRemove(error, res, body) {
console.log('removed job id ' + this.id + ': ' + this.url);
this.id = this.url = null;
this.removing = false;
this.emit('remove');