Skip to content

Commit 45ed045

Browse files
committed
fix(diagram-panel): removing debugging artifact
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
1 parent 4a70c69 commit 45ed045

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/diagram-panel.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
* Renders the provided graph definition
2929
*/
3030
async function updateDiagram({ graphDefinition }) {
31-
debugger
3231
try {
3332
const { svg, bindFunctions } = await mermaid.render('sw-diagram', graphDefinition);
3433
diagramContainerEl.innerHTML = svg;

0 commit comments

Comments
 (0)