This is an automated email from the ASF dual-hosted git repository.

mintsweet pushed a commit to branch release-v0.17
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/release-v0.17 by this push:
     new 78a54caa7 fix(config-ui): remove console.log from jira auth (#5635)
78a54caa7 is described below

commit 78a54caa76a7b2507075215f12c37ecc6990bff3
Author: 青湛 <[email protected]>
AuthorDate: Wed Jul 5 22:16:22 2023 +1200

    fix(config-ui): remove console.log from jira auth (#5635)
---
 config-ui/src/plugins/register/jira/connection-fields/auth.tsx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/config-ui/src/plugins/register/jira/connection-fields/auth.tsx 
b/config-ui/src/plugins/register/jira/connection-fields/auth.tsx
index ceba4eb7a..e78fcf2fb 100644
--- a/config-ui/src/plugins/register/jira/connection-fields/auth.tsx
+++ b/config-ui/src/plugins/register/jira/connection-fields/auth.tsx
@@ -117,8 +117,6 @@ export const Auth = ({ initialValues, values, setValues, 
setErrors }: Props) =>
     });
   };
 
-  console.log(errors);
-
   return (
     <>
       <FormGroup label={<S.Label>Jira Version</S.Label>} 
labelInfo={<S.LabelInfo>*</S.LabelInfo>}>

Reply via email to