diff --git a/controllers/resources.js b/controllers/resources.js index 278d47a982..76212e52ca 100644 --- a/controllers/resources.js +++ b/controllers/resources.js @@ -112,7 +112,6 @@ module.exports = { client.get('https://api.github.com/repos/freecodecamp/freecodecamp/issues?client_id=' + secrets.github.clientID + '&client_secret=' + secrets.github.clientSecret, githubHeaders, function(issues, res4) { issues = ((pulls === parseInt(pulls)) && issues) ? Object.keys(JSON.parse(issues)).length - pulls : "Can't connect to GitHub"; var announcements = resources.announcements; - debug('here', announcements); User.count({'points': {'$gt': 2}}, function (err, c3) { if (err) { debug('User err: ', err); diff --git a/controllers/resources.json b/controllers/resources.json index 2b70e46b58..588d00b428 100644 --- a/controllers/resources.json +++ b/controllers/resources.json @@ -2,7 +2,7 @@ "announcements": [ ["Screen Hero is now free on Windows and Mac! Follow these special instructions to install it.", "http://freecodecamp.com/challenges/34"], ["Bonfire is now live with 30+ challenges! If you haven't started CoderByte, do these instead.", "http://freecodecamp.com/bonfires"], - ["Once you finish all the challenges, come to our Nonprofit Project Office Hours every Monday and Thursday Night at 9 pm EST", "https://gitter.im/FreeCodeCamp/NonprofitProjects"] + ["Once you finish all the challenges, we welcome you to attend our Nonprofit Project Office Hours every Monday and Thursday Night at 9 pm EST.", "https://gitter.im/FreeCodeCamp/NonprofitProjects"] ], "questions": [{ "question": "Time Complexity of Accessing Array Index (int a = ARR[5];)",