From b25dca32c0cdc3c0eec1462e4fcd5952d7a327e1 Mon Sep 17 00:00:00 2001 From: Nick Playfair Date: Wed, 3 Feb 2021 16:45:54 +0000 Subject: [PATCH] Remove old code --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index eaef3b4..21fdacf 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,6 @@ const gerberFiles = [ class ImageGenerator { constructor(folderConfig, imgConfig) { - // this.folderConfig = folderConfig; this.tmpDir = folderConfig.tmpDir; this.imgDir = folderConfig.imgDir; this.imgConfig = imgConfig;