mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
changes for live streaming of posts
This commit is contained in:
@@ -3,7 +3,7 @@ var winston = require('winston');
|
||||
var SocketTools = {};
|
||||
|
||||
SocketTools.log = function(socket, data, callback) {
|
||||
winston.info("captured console.log:", data)
|
||||
//winston.info("captured console.log:", data)
|
||||
};
|
||||
|
||||
module.exports = SocketTools;
|
||||
Reference in New Issue
Block a user