Skip to content

Commit 669f03f

Browse files
committed
Remove unnecesary console log
1 parent dc5d79c commit 669f03f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

signac_dashboard/templates/plot_viewer/js/plot_viewer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
function draw_plot(element) {
2-
console.log("plotting " + element.id);
32
data = JSON.parse(element.getAttribute("data-plotlydata"));
43
layout = JSON.parse(element.getAttribute("data-plotlylayout"));
54

0 commit comments

Comments
 (0)