'update'
[qomet.git] / models / evaluation.js
index be5dbc2..8cf7e64 100644 (file)
@@ -260,14 +260,6 @@ const EvaluationModel =
                );
        },
 
-       removeGroup: function(cid, cb)
-       {
-               db.evaluations.remove(
-                       { cid: cid },
-                       cb
-               );
-       },
-
        /////////////////////
        // ADVANCED FUNCTIONS