diff --git a/awx/ui/src/screens/Job/JobOutput/JobOutput.test.js b/awx/ui/src/screens/Job/JobOutput/JobOutput.test.js
index bcb3049010..58c8897061 100644
--- a/awx/ui/src/screens/Job/JobOutput/JobOutput.test.js
+++ b/awx/ui/src/screens/Job/JobOutput/JobOutput.test.js
@@ -112,7 +112,6 @@ describe('', () => {
wrapper = mountWithContexts();
});
await waitForElement(wrapper, 'JobEvent', (el) => el.length > 0);
- // console.log(wrapper.debug());
await checkOutput(wrapper, generateChattyRows());
expect(wrapper.find('JobOutput').length).toBe(1);