remove debug statement

This commit is contained in:
Berkeley Martinez
2015-08-19 13:48:04 -07:00
parent 03b837cf51
commit f3410a3a95

View File

@ -69,7 +69,6 @@ module.exports = function(app) {
// create a stream of challenge blocks
const blocks$ = challenge$
.doOnNext(() => debug('query challenges'))
.map(challenge => challenge.toJSON())
// group challenges by block | returns a stream of observables
.groupBy(challenge => challenge.block)