瀏覽代碼

removing log lines

Stefan McShane 3 年之前
父節點
當前提交
d02ee776c9
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      dashboard/src/components/ProvisionerSettings.tsx

+ 0 - 3
dashboard/src/components/ProvisionerSettings.tsx

@@ -118,9 +118,6 @@ const ProvisionerSettings: React.FC<Props> = props => {
         data,
         data,
         { project_id: currentProject.id }
         { project_id: currentProject.id }
       );
       );
-      console.log("tsj", data.toJsonString());
-      console.log("js", JSON.stringify(data));
-
 
 
       // Only refresh and set clusters on initial create
       // Only refresh and set clusters on initial create
       if (!props.clusterId) {
       if (!props.clusterId) {