Change the way unregistered channels work

This commit is contained in:
calzoneman 2014-02-02 15:50:05 -06:00
parent b214c07fe0
commit 1864cc0b35
6 changed files with 64 additions and 36 deletions

View file

@ -264,7 +264,6 @@ module.exports = {
err = e4;
}
console.log(path.join(__dirname, "..", "..", "chandump", name));
fs.unlink(path.join(__dirname, "..", "..", "chandump", name),
function (err) {
if (err) {