mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
getting rid of this one for good
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
var winston = require('winston');
|
||||
|
||||
var SocketTools = {};
|
||||
|
||||
SocketTools.log = function(socket, data, callback) {
|
||||
//winston.info("captured console.log:", data)
|
||||
};
|
||||
|
||||
module.exports = SocketTools;
|
||||
Reference in New Issue
Block a user