Skip to content

Commit 29c9878

Browse files
committed
Update MongoStorageAdapter.js
1 parent ad62422 commit 29c9878

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Adapters/Storage/Mongo/MongoStorageAdapter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ export class MongoStorageAdapter implements StorageAdapter {
282282
indexOptions = field._options;
283283
delete field._options;
284284
}
285-
console.log(existingIndexes[name], field);
286285
if (existingIndexes[name] && field.__op !== 'Delete') {
287286
throw new Parse.Error(Parse.Error.INVALID_QUERY, `Index ${name} exists, cannot update.`);
288287
}

0 commit comments

Comments
 (0)