Przeglądaj źródła

removed console.log

Patrick O'Carroll 7 lat temu
rodzic
commit
77b8ccd7f5

+ 0 - 1
public/app/core/components/Permissions/PermissionsListItem.tsx

@@ -8,7 +8,6 @@ const setClassNameHelper = inherited => {
 };
 
 function ItemAvatar({ item }) {
-  console.log(item);
   if (item.userAvatarUrl) {
     return <img className="filter-table__avatar" src={item.userAvatarUrl} />;
   }