Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-03 15:42:13 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-03 15:42:13 +0400
commit98b077f8fad7ed97f3e435591fc558597a5a541a (patch)
treefd1a80404e6bcf13c2865ada8ea0b3f9006bded0 /tests/lib
parent8e0c4a816ccaf5cb6a78e80d3d02dd01eb67d76c (diff)
Debugging travis failure.
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/screenshot-testing/support/test-environment.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/lib/screenshot-testing/support/test-environment.js b/tests/lib/screenshot-testing/support/test-environment.js
index c90cf867af..0bdb52cc21 100644
--- a/tests/lib/screenshot-testing/support/test-environment.js
+++ b/tests/lib/screenshot-testing/support/test-environment.js
@@ -25,10 +25,6 @@ TestingEnvironment.prototype.reload = function () {
TestingEnvironment.prototype.save = function () {
fs.write(testingEnvironmentOverridePath, JSON.stringify(this));
-
- console.log("Saving TestEnvironment vars to " + testingEnvironmentOverridePath);
- console.log(" -> " + JSON.stringify(this));
- console.log(" A-> " + fs.read(testingEnvironmentOverridePath));
};
TestingEnvironment.prototype.callApi = function (method, params, done) {