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;