efa78220创建于 1月18日历史提交
'use strict';

function cleanComment(data, item, list) {
    list.remove(item);
}

module.exports = cleanComment;