Removed debugging line.
This commit is contained in:
Kevin Röbert 2018-06-23 13:00:03 +02:00
parent 349b645d88
commit 2b39b0533d

View File

@ -521,7 +521,6 @@ function start(items)
* a loop. * a loop.
*/ */
if(result.changes){ if(result.changes){
console.log(result.url);
return { return {
redirectUrl: result.url redirectUrl: result.url
}; };