remove unused code

pull/129/head
Gordon Williams 2020-03-11 16:30:36 +00:00
parent 2318d10a01
commit 5bcff17dc2
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Promise.all(APPS.map(appid => {
});
})).then(() => {
//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) => {
js += file.cmd+"\n";
/*if (file.crc && file.evaluate!==true) {