Remove console.log

Remove console.log
This commit is contained in:
nixocio 2020-04-13 15:18:29 -04:00
parent dbe949a2c2
commit 3f9af8fe69

View File

@ -288,8 +288,6 @@ describe('<ProjectForm />', () => {
});
await waitForElement(wrapper, 'ContentLoading', el => el.length === 0);
console.log(wrapper.debug());
const scmTypeSelect = wrapper.find(
'FormGroup[label="Source Control Credential Type"] FormSelect'
);