Skip to content

Commit 39779fc

Browse files
committed
remove debugger
1 parent a7fc9d9 commit 39779fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/chat.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ export function Chat({ repo, path, setPath, graph, chartRef, selectedPathId, isP
213213
[...p.nodes, ...p.edges].forEach(e => {
214214
let element = chart.elements(`#${e.id}`)
215215
if (element.length === 0) {
216-
debugger
217216
const type = "src_node" in e
218217
e = type ? { ...e, id: e.id.slice(1) } : e
219218
type

0 commit comments

Comments
 (0)