mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
chore: removed console.log in colletction.js
This commit is contained in:
@@ -774,7 +774,6 @@ Object.assign(Mongo.Collection.prototype, {
|
||||
var self = this;
|
||||
if (!self._collection.createIndex)
|
||||
throw new Error('Can only call createIndex on server collections');
|
||||
console.dir(index, options)
|
||||
try {
|
||||
await self._collection.createIndex(index, options);
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user