Skip to content

Commit 05a2448

Browse files
remove unnecessary comment
1 parent 5f8877f commit 05a2448

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plot_api/to_image.js

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ function toImage(gd, opts) {
6464
var canvasContainer = window.document.createElement('div');
6565
var canvas = window.document.createElement('canvas');
6666

67-
// window.document.body.appendChild(canvasContainer);
6867
canvasContainer.appendChild(canvas);
6968

7069
canvasContainer.id = Plotly.Lib.randstr();

0 commit comments

Comments
 (0)