remove debug statement
This commit is contained in:
@ -69,7 +69,6 @@ module.exports = function(app) {
|
|||||||
|
|
||||||
// create a stream of challenge blocks
|
// create a stream of challenge blocks
|
||||||
const blocks$ = challenge$
|
const blocks$ = challenge$
|
||||||
.doOnNext(() => debug('query challenges'))
|
|
||||||
.map(challenge => challenge.toJSON())
|
.map(challenge => challenge.toJSON())
|
||||||
// group challenges by block | returns a stream of observables
|
// group challenges by block | returns a stream of observables
|
||||||
.groupBy(challenge => challenge.block)
|
.groupBy(challenge => challenge.block)
|
||||||
|
Reference in New Issue
Block a user