Should no more be error in db
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports.index = function(req, res) {
|
||||
],
|
||||
function(err, result) {
|
||||
if (err !== null)
|
||||
Log.dberror(err);
|
||||
Log.dberror(err + ' in reset-clicked');
|
||||
release();
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user