taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 8ab029430c105b6428914127960d9bec3f431630
parent 5dfa8d79e1ec28093056e5f52529ee3103361534
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue,  8 Nov 2016 16:53:29 +0100

remove logging

Diffstat:
Mtestlib/selenium/runtime.js | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git 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));