Remove old code

This commit is contained in:
Nick Playfair 2021-02-03 16:45:54 +00:00
parent 6d67e5e9ef
commit b25dca32c0

View File

@ -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;