Преглед изворни кода

remove env group tab logging

Justin Rhee пре 3 година
родитељ
комит
9256fba807

+ 0 - 4
dashboard/src/main/home/cluster-dashboard/ClusterDashboard.tsx

@@ -138,12 +138,8 @@ class ClusterDashboard extends Component<PropsType, StateType> {
     if (prevProps.currentView !== this.props.currentView) {
       let params = this.props.match.params as any;
       let currentNamespace = params.namespace;
-      console.log("lmfaoa", currentNamespace)
-      console.log("idk", window.location.search)
       if (!currentNamespace) {
-        console.log("lmfaob", window.location.search)
         currentNamespace = getQueryParam(this.props, "namespace");
-        console.log("lmfaow", currentNamespace)
       }
       this.setState(
         {

+ 0 - 3
dashboard/src/main/home/sidebar/ClusterSection.tsx

@@ -69,9 +69,6 @@ export const ClusterSection: React.FC<Props> = ({
           </NavButton>
           <NavButton
             path="/env-groups"
-            onClick={() => {
-              console.log("del2 begin trace", window.location.search)
-            }}
             targetClusterName={cluster?.name}
             active={
               currentCluster.id === clusterId &&