Leo 2 år sedan
förälder
incheckning
76760ed049

+ 0 - 2
src/module/datasource/component/DatasourceAdd.jsx

@@ -56,7 +56,6 @@ export default function DatasourceAdd({ updateDataSource }) {
       if (kerbsValid) {
         const keytab = await uploadKerbFile(keytabFile)
         const krb5config = await uploadKerbFile(krd5File)
-        console.log(keytab, krb5config)
         params['keytab'] = keytab
         params['krb5config'] = krb5config
         params['kerberos_service_name'] = kerberosServiceName
@@ -93,7 +92,6 @@ export default function DatasourceAdd({ updateDataSource }) {
     if (kerbsValid) {
       const keytab = await uploadKerbFile(keytabFile)
       const krb5config = await uploadKerbFile(krd5File)
-      console.log(keytab, krb5config)
       params['keytab'] = keytab
       params['krb5config'] = krb5config
       params['kerberos_service_name'] = kerberosServiceName

+ 0 - 1
src/module/datasource/component/DatasourceSyncView.jsx

@@ -104,7 +104,6 @@ export default function DatasourceSyncView({ selectLog }) {
             loading={switchLoading}
             onClick={async () => {
               setSwitchLoading(true)
-              console.log(jobData, record.key)
               const switch_data = jobData.find(item => item.id === record.key)
               const trigger_status = switch_data.trigger_status === 1 ? 0 : 1