Remove debug code
This commit is contained in:
@@ -512,9 +512,6 @@ async function importFile() {
|
|||||||
const item = pixelBuffer[i++];
|
const item = pixelBuffer[i++];
|
||||||
if (item != undefined) {
|
if (item != undefined) {
|
||||||
pixels[yy][xx] = item;
|
pixels[yy][xx] = item;
|
||||||
if(item > 15) {
|
|
||||||
console.log(item);
|
|
||||||
}
|
|
||||||
//ref.push(item);
|
//ref.push(item);
|
||||||
} else {
|
} else {
|
||||||
break leg;
|
break leg;
|
||||||
|
|||||||
Reference in New Issue
Block a user