blob: aa80108d1429aecca10cd502ca89964fcad1c3bc [file] [log] [blame]
Tim van der Lippe706ec962021-06-04 13:24:42 +01001module.exports = function cleanComment(data, item, list) {
2 list.remove(item);
3};