From 30d97e2fa8ae2f4ca8164dd41e533a0f43757de9 Mon Sep 17 00:00:00 2001 From: Keith Grant Date: Tue, 18 Feb 2020 10:10:18 -0800 Subject: [PATCH] delete commented code --- awx/ui_next/src/screens/Job/JobList/JobList.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui_next/src/screens/Job/JobList/JobList.jsx b/awx/ui_next/src/screens/Job/JobList/JobList.jsx index ac87305218..1779febeed 100644 --- a/awx/ui_next/src/screens/Job/JobList/JobList.jsx +++ b/awx/ui_next/src/screens/Job/JobList/JobList.jsx @@ -247,5 +247,4 @@ function JobList({ i18n }) { ); } -// export { JobList as _JobList }; export default withI18n()(JobList);