From 8ab029430c105b6428914127960d9bec3f431630 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 8 Nov 2016 16:53:29 +0100 Subject: remove logging --- testlib/selenium/runtime.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'testlib') diff --git a/testlib/selenium/runtime.js b/testlib/selenium/runtime.js index 2253bafbc..d12cb04be 100644 --- a/testlib/selenium/runtime.js +++ b/testlib/selenium/runtime.js @@ -37,8 +37,6 @@ var p = `http://localhost:${httpPort}/testlib/selenium/testhost.html`; var argv = require('minimist')(process.argv.slice(2), {"boolean": ["keep-open"]}); -console.log(argv); - function printUsage() { console.log(`Usage: [--keep-open] TESTSCRIPT`); } @@ -57,9 +55,6 @@ if (!testScriptName.startsWith(projectRoot)) { } var testScript = "./" + testScriptName.substring(projectRoot.length); -console.log("test script:", testScript); -console.log("test script name:", testScriptName); -console.log("root:", projectRoot); try { var stats = fs.lstatSync(path.resolve(projectRoot, testScript)); -- cgit v1.2.3