Remove console.log
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user