Remove console.log

This commit is contained in:
Berkeley Martinez
2015-12-04 22:18:48 -08:00
parent 8037ff9038
commit 8175fbb297

View File

@ -554,7 +554,6 @@ module.exports = function(app) {
) )
.subscribe( .subscribe(
({ camperCount, superBlocks }) => { ({ camperCount, superBlocks }) => {
console.log('sup', superBlocks);
res.render('challengeMap/show', { res.render('challengeMap/show', {
superBlocks, superBlocks,
daysRunning, daysRunning,