Removed log in Blink.js

This commit is contained in:
2020-06-15 23:28:32 +02:00
parent e8da7fae13
commit 164ea5adbd
2 changed files with 1 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ module.exports = class Blink {
ctx2.drawImage(base, 0, 0, 480, 480);
GIF.addFrame(ctx2)
GIF.finish();
console.log(GIF.out.getData())
return GIF.out.getData();
}
}