소스 검색

remove obsolete code

Gildas 5 년 전
부모
커밋
401d4837fb
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      cli/args.js

+ 0 - 3
cli/args.js

@@ -197,9 +197,6 @@ const args = require("yargs")
 	.options("web-driver-executable-path", { description: "Path to Selenium WebDriver executable (webdriver-gecko, webdriver-chromium)" })
 	.string("web-driver-executable-path")
 	.argv;
-if (args.dumpContent) {
-	args.filenameTemplate = "";
-}
 args.compressCSS = args.compressCss;
 args.compressHTML = args.compressHtml;
 args.includeBOM = args.includeBom;