jusrhee пре 5 година
родитељ
комит
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) => {