Remove unused commented out code

This commit is contained in:
Robin Ward 2016-03-14 13:02:55 -04:00
parent 4a3cb4a000
commit 4b7046efa4
1 changed files with 0 additions and 9 deletions

View File

@ -56,15 +56,6 @@ export default createWidget('poster-name', {
contents.push(h('span.user-title', titleContents));
}
// const cfs = attrs.userCustomFields;
// if (cfs) {
// _callbacks.forEach(cb => {
// const result = cb(cfs, attrs);
// if (result) {
//
// }
// });
// }
return contents;
}
});