getting rid of this one for good

This commit is contained in:
psychobunny
2014-07-21 14:44:27 -04:00
parent 1b2de8d7af
commit cb08d4b04f
2 changed files with 0 additions and 17 deletions

View File

@@ -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;