mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-05 00:00:18 -04:00
Remove old debug
This commit is contained in:
@@ -403,10 +403,6 @@ module.exports = function(app) {
|
||||
.subscribe(
|
||||
function(user) {
|
||||
user = user;
|
||||
debug(
|
||||
'user save points %s',
|
||||
user && user.progressTimestamps && user.progressTimestamps.length
|
||||
);
|
||||
},
|
||||
next,
|
||||
function() {
|
||||
|
||||
Reference in New Issue
Block a user