good morning!!!!

Skip to content
Snippets Groups Projects
Commit a8bb2230 authored by Maciej Lisiewski's avatar Maciej Lisiewski
Browse files

cleanup

parent f13a4c0c
Branches
Tags
No related merge requests found
......@@ -226,21 +226,6 @@ func (self *Collection) Append(item interface{}) (interface{}, error) {
}
return id, nil
/*
var id bson.ObjectId
var err error
id = bson.NewObjectId()
_, err = self.collection.Upsert(bson.M{"_id": id}, item);
if err != nil {
return nil, err
}
return id, nil
*/
}
// Returns true if the collection exists.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment