remove unused code
parent
2318d10a01
commit
5bcff17dc2
|
|
@ -54,7 +54,7 @@ Promise.all(APPS.map(appid => {
|
||||||
});
|
});
|
||||||
})).then(() => {
|
})).then(() => {
|
||||||
//console.log(appfiles);
|
//console.log(appfiles);
|
||||||
var js = "// Generated by BangleApps/bin/firmwaremaker.js\nreset(1)\nvar FAIL=0;\n";
|
var js = "// Generated by BangleApps/bin/firmwaremaker.js\n";
|
||||||
appfiles.forEach((file) => {
|
appfiles.forEach((file) => {
|
||||||
js += file.cmd+"\n";
|
js += file.cmd+"\n";
|
||||||
/*if (file.crc && file.evaluate!==true) {
|
/*if (file.crc && file.evaluate!==true) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue