X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1830df4301d5e1dda4ac4ffde1eb65df6039d180..78fc087578d042bfede52c1f0569d3afb758e3d5:/src/views/collection-panel/collection-tag-form.tsx diff --git a/src/views/collection-panel/collection-tag-form.tsx b/src/views/collection-panel/collection-tag-form.tsx index 768f4cb88b..fd4f0880a2 100644 --- a/src/views/collection-panel/collection-tag-form.tsx +++ b/src/views/collection-panel/collection-tag-form.tsx @@ -12,7 +12,6 @@ const Form = withStyles(({ spacing }) => ({ container: { marginBottom: spacing.u export const CollectionTagForm = reduxForm({ form: COLLECTION_TAG_FORM_NAME, onSubmit: (data, dispatch) => { - console.log('FORM SUBMIT: ', data); dispatch(createCollectionTag(data)); dispatch(reset(COLLECTION_TAG_FORM_NAME)); }