mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-10 22:09:11 +02:00
removal of unnecessary JS export (for now)
This commit is contained in:
parent
483074b11e
commit
58216b947c
1 changed files with 0 additions and 8 deletions
|
@ -50,13 +50,5 @@ exports.handlers = {
|
|||
}
|
||||
});
|
||||
});
|
||||
|
||||
fs.writeFile(pathTools.join(rootFolder, "out/hifiJSDoc.js"), e.source, function(err) {
|
||||
if (err) {
|
||||
return console.log(err);
|
||||
}
|
||||
|
||||
console.log("The Hifi JSDoc JS was saved!");
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue