Explorar el Código

remove obsolete code

Gildas hace 5 años
padre
commit
401d4837fb
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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;