Removed extraneous logging

This commit is contained in:
Nathan Kunicki 2017-11-18 00:21:10 +00:00
parent 043cd3b51d
commit d0607ae437

View File

@ -211,8 +211,6 @@ class BittMappEditor {
_drawPixels (): void { _drawPixels (): void {
console.log(this.width);
this._context.fillStyle = "#000000"; this._context.fillStyle = "#000000";
this._context.strokeStyle = "#FFFFFFF"; this._context.strokeStyle = "#FFFFFFF";