Remove console.log
This commit is contained in:
@ -554,7 +554,6 @@ module.exports = function(app) {
|
||||
)
|
||||
.subscribe(
|
||||
({ camperCount, superBlocks }) => {
|
||||
console.log('sup', superBlocks);
|
||||
res.render('challengeMap/show', {
|
||||
superBlocks,
|
||||
daysRunning,
|
||||
|
Reference in New Issue
Block a user