mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-28 06:00:41 +00:00
Commented out a verbose log call
This commit is contained in:
parent
1cdb51eadb
commit
61c8757c57
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user