blob: a76253e93de2d605df083ba5f978af444cf896fa [file] [log] [blame]
'use strict';
function cleanComment(data, item, list) {
list.remove(item);
}
module.exports = cleanComment;