Skip to content

Commit

Permalink
cleanup dead codes
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Jan 5, 2024
1 parent 16e014a commit c743a9a
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 2,422 deletions.
2 changes: 1 addition & 1 deletion dashboard/components/FragmentGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export default function FragmentGraph({
.append("path")
.attr("fill", "none")
.attr("stroke", theme.colors.gray[700])
.attr("stroke-width", 1.5) // TODO
.attr("stroke-width", 1.5)
.call(applyEdge)
return sel
}
Expand Down
29 changes: 0 additions & 29 deletions dashboard/components/StatusLamp.js

This file was deleted.

90 changes: 0 additions & 90 deletions dashboard/lib/color.js

This file was deleted.

Loading

0 comments on commit c743a9a

Please sign in to comment.