From d0607ae437f0044b60ec2b7f68c012b73fc25013 Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Sat, 18 Nov 2017 00:21:10 +0000 Subject: [PATCH] Removed extraneous logging --- src/bittmappeditor.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bittmappeditor.ts b/src/bittmappeditor.ts index 855c004..1533121 100644 --- a/src/bittmappeditor.ts +++ b/src/bittmappeditor.ts @@ -211,8 +211,6 @@ class BittMappEditor { _drawPixels (): void { - console.log(this.width); - this._context.fillStyle = "#000000"; this._context.strokeStyle = "#FFFFFFF";