Skip to content

Commit fe78489

Browse files
committed
remove debug tracing
1 parent b7626bf commit fe78489

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/logging/collector.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ function flush(asyncHandler) {
3030
listeners.push(asyncHandler)
3131
}
3232

33-
console.log('LoggingCollector.pool', LoggingCollector.pool)
34-
3533
Request.put({
3634
isAsync : !!asyncHandler,
3735
asyncHandler: asyncHandler && new Async(cb('success'), cb('fault')),

0 commit comments

Comments
 (0)