jusrhee 5 лет назад
Родитель
Сommit
a541021715
2 измененных файлов с 0 добавлено и 2 удалено
  1. 0 1
      dashboard/src/main/Main.tsx
  2. 0 1
      dashboard/src/main/home/Home.tsx

+ 0 - 1
dashboard/src/main/Main.tsx

@@ -59,7 +59,6 @@ export default class Main extends Component<PropsType, StateType> {
     api
       .getCapabilities("", {}, {})
       .then((res) => {
-        console.log(res.data);
         this.setState({ local: !res.data?.provisioner });
       })
       .catch((err) => console.log(err));

+ 0 - 1
dashboard/src/main/home/Home.tsx

@@ -90,7 +90,6 @@ class Home extends Component<PropsType, StateType> {
     api
       .getCapabilities("<token>", {}, {})
       .then((res) => {
-        console.log(res.data);
         this.context.setCapabilities(res.data);
       })
       .catch((err) => {