Remove core key reorganization comments

This commit is contained in:
Toby Zerner
2015-09-24 14:22:32 +09:30
parent fdb598187f
commit 88372640aa
5 changed files with 0 additions and 6 deletions

View File

@ -6,7 +6,6 @@
* @return {Object}
*/
export default function username(user) {
// Core Key Reorganization: Added core namespacing to the key.
const name = (user && user.username()) || app.trans('core.deleted_username');
return <span className="username">{name}</span>;