mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
removed console.logs
This commit is contained in:
@@ -80,7 +80,7 @@ var config = require('../config.js'),
|
||||
for(var i=0,ii=fields.length; i<ii; ++i) {
|
||||
key = fields[i];
|
||||
if(data[key] !== undefined) {
|
||||
console.log(data[key]);
|
||||
|
||||
User.setUserField(uid, key, data[key]);
|
||||
|
||||
if(key === 'email') {
|
||||
|
||||
Reference in New Issue
Block a user