Commented out a verbose log call

This commit is contained in:
Kræn Hansen 2017-08-11 12:01:20 +02:00
parent 1cdb51eadb
commit 61c8757c57

View File

@ -98,7 +98,7 @@ exports.runTest = function(suiteName, testName) {
if (testMethod) {
// Start fresh in case of a crash in a previous run.
Realm.clearTestState();
console.log("Starting test " + testName);
// console.log("Starting test " + testName);
var promise;
try {
promise = testMethod.call(testSuite);