mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
removed debug console.logs
This commit is contained in:
@@ -348,10 +348,6 @@ var express = require('express'),
|
||||
{
|
||||
data.joindate = utils.relativeTime(data.joindate);
|
||||
data.age = new Date().getFullYear() - new Date(data.birthday).getFullYear();
|
||||
|
||||
console.log(data.birthday);
|
||||
console.log(new Date(data.birthday).getFullYear());
|
||||
|
||||
data.uid = uid;
|
||||
|
||||
callback({
|
||||
|
||||
Reference in New Issue
Block a user