Re: [whatwg/streams] Use "debug" package for logging (#831)

ricea commented on this pull request.



> @@ -88,7 +92,7 @@ function TransformStreamError(stream, e) {
 }
 
 function TransformStreamSetBackpressure(stream, backpressure) {
-  // console.log(`TransformStreamSetBackpressure(${backpressure})`);
+  verbose(`TransformStreamSetBackpressure(${backpressure})`);

I went with the latter as it seems odd to have this method log argument names when the others don't.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/831#discussion_r143653104

Received on Tuesday, 10 October 2017 07:58:23 UTC