chore: Remove unused comments

This commit is contained in:
Sidharth Vinod
2024-06-28 21:36:58 +05:30
parent 93b41eddb9
commit ced5cef2a3
4 changed files with 11 additions and 21 deletions

View File

@@ -348,11 +348,6 @@ export const addEdges = function (dataForLayout, graph, svg) {
edgeData.style = 'stroke-width: 3.5px;fill:none;';
break;
}
// if (edge.style !== undefined) {
// const styles = getStylesFromArray(edge.style);
// style = styles.style;
// labelStyle = styles.labelStyle;
// }
edgeData.style = edgeData.style += style;
edgeData.labelStyle = edgeData.labelStyle += labelStyle;