Remove console.log

pull/5058/head
Berkeley Martinez 2015-12-04 22:18:48 -08:00
parent 8037ff9038
commit 8175fbb297
1 changed files with 0 additions and 1 deletions

View File

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