From e332a916b08ccfca70184ac1804f6e3bb49b06a6 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 6 May 2014 07:36:54 -0700 Subject: [PATCH] Add debug. --- test/saucelabs.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/saucelabs.js b/test/saucelabs.js index 0a5a76e5b..2fbe0d907 100644 --- a/test/saucelabs.js +++ b/test/saucelabs.js @@ -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');