From 4b7046efa43618fbbb9ec890974ba207545d2e17 Mon Sep 17 00:00:00 2001 From: Robin Ward <robin.ward@gmail.com> Date: Mon, 14 Mar 2016 13:02:55 -0400 Subject: [PATCH] Remove unused commented out code --- .../javascripts/discourse/widgets/poster-name.js.es6 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/assets/javascripts/discourse/widgets/poster-name.js.es6 b/app/assets/javascripts/discourse/widgets/poster-name.js.es6 index c9b2a45ab..3c91a68d5 100644 --- a/app/assets/javascripts/discourse/widgets/poster-name.js.es6 +++ b/app/assets/javascripts/discourse/widgets/poster-name.js.es6 @@ -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; } });