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

ricea commented on this pull request.



> @@ -241,7 +245,7 @@ class TransformStreamDefaultSink {
   }
 
   write(chunk) {
-    // console.log('TransformStreamDefaultSink.write()');
+    verbose('TransformStreamDefaultSink.write()');

Done.

-- 
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_r143653141

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