mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-07 15:13:29 +02: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