Browse Source

Code cleaning

Roland Haroutiounian 8 years ago
parent
commit
3a87551f2e
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      lodel/datasource/mongodb/datasource.py

+ 0
- 1
lodel/datasource/mongodb/datasource.py View File

@@ -89,7 +89,6 @@ class MongoDbDataSource(GenericDataSource):
89 89
     # @param target_cls Emclass : class of the record to delete
90 90
     # @param uid dict|list : a dictionary of fields and values composing the unique identifier of the record or a list of several dictionaries
91 91
     # @return int : number of deleted records
92
-    # @TODO check the content of the result.raw_result property depending on the informations to return
93 92
     # @TODO Implement the error management
94 93
     def delete(self, target_cls, uid):
95 94
         if isinstance(uid, dict):

Loading…
Cancel
Save