Cleaning up
This commit is contained in:
parent
4869ce8aa5
commit
164bf55e98
|
@ -27,7 +27,6 @@ Chan.prototype.addMsg = function(msg) {
|
|||
dir += this.network + "/";
|
||||
if (!fs.existsSync(dir)) {
|
||||
fs.mkdir(dir);
|
||||
console.log(dir);
|
||||
}
|
||||
|
||||
var date = moment().format("YYYY-MM-DD");
|
||||
|
|
Loading…
Reference in New Issue