Skip to content

Commit 7f100f3

Browse files
committed
remove console.log
1 parent b307f1f commit 7f100f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spec/helper.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,16 +190,13 @@ beforeAll(async () => {
190190
Parse.serverURL = 'http://localhost:' + port + '/1';
191191
});
192192

193-
let count = 0;
194193
afterEach(function (done) {
195194
const afterLogOut = async () => {
196195
if (Object.keys(openConnections).length > 0) {
197196
fail('There were open connections to the server left after the test finished');
198197
}
199198
await TestUtils.destroyAllDataPermanently(true);
200199
if (didChangeConfiguration) {
201-
count += 1;
202-
console.log(count);
203200
await reconfigureServer();
204201
} else {
205202
await databaseAdapter.performInitialization({ VolatileClassesSchemas });

0 commit comments

Comments
 (0)