mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove unused commented out code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user