We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7626bf commit fe78489Copy full SHA for fe78489
src/logging/collector.js
@@ -30,8 +30,6 @@ function flush(asyncHandler) {
30
listeners.push(asyncHandler)
31
}
32
33
- console.log('LoggingCollector.pool', LoggingCollector.pool)
34
-
35
Request.put({
36
isAsync : !!asyncHandler,
37
asyncHandler: asyncHandler && new Async(cb('success'), cb('fault')),
0 commit comments