Skip to content

Commit 942b034

Browse files
remove dead code
1 parent fd0ab6d commit 942b034

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

src/ui/components/lineage/index.tsx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ import './index.css';
1515
import { Analysis, Data, Model, Schema, Service, Statistic } from './icons';
1616
import { useDispatch } from '../../hooks';
1717
import { runsActions } from '../../../redux/actions';
18-
import { iconColors, iconSizes } from '../../../constants';
19-
import { icons } from '../icons';
20-
import { Box } from '../boxes';
2118

2219
interface Edge {
2320
id: string;
@@ -145,20 +142,6 @@ export const LayoutFlow: React.FC<any> = (graph: any) => {
145142
return (
146143
<>
147144
<div className="controls">
148-
{/* <Box
149-
style={{ paddingTop: '6px' }}
150-
onClick={() =>
151-
window.open(
152-
graph?.metadata[0]?.value
153-
? graph?.metadata[0]?.value
154-
: 'https://zenml.io/home',
155-
)
156-
}
157-
>
158-
159-
<icons.logs size={iconSizes.lg} color={iconColors.black} />
160-
</Box> */}
161-
162145
<button
163146
onClick={() => {
164147
dispatch(
@@ -178,12 +161,6 @@ export const LayoutFlow: React.FC<any> = (graph: any) => {
178161
? graph?.metadata[0]?.value
179162
: 'https://zenml.io/home',
180163
);
181-
182-
// dispatch(
183-
// runsActions.graphForRun({
184-
// runId: graph.runId,
185-
// }),
186-
// );
187164
}}
188165
>
189166
Orchestrator Logs

0 commit comments

Comments
 (0)