Skip to content

Commit 726c866

Browse files
authored
Remove console.log
1 parent f7f5bab commit 726c866

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/Schema.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ describe('SchemaController', () => {
238238
});
239239
Promise.all([p1,p2])
240240
.catch(error => {
241-
console.log(error);
242241
expect(error.code).toEqual(Parse.Error.INVALID_CLASS_NAME);
243242
expect(error.message).toEqual('Class NewClass already exists.');
244243
done();

0 commit comments

Comments
 (0)