Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
arlemi committed Jul 20, 2016
1 parent d15695d commit f8edabc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utilities/payload-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ PayloadUtils.prototype = {
cb(error, fmt);
});
});
console.log('url', url)
console.log('wstram', wstream)
request(url).pipe(wstream);
}
};
Expand Down

0 comments on commit f8edabc

Please sign in to comment.