Skip to content

Commit 31e040d

Browse files
committed
rm useless comment
1 parent 84fb9fa commit 31e040d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/plots/plots.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -762,9 +762,6 @@ plots.purge = function(gd) {
762762
// note: we DO NOT remove _context because it doesn't change when we insert
763763
// a new plot, and may have been set outside of our scope.
764764

765-
// clean up the gl and geo containers
766-
// TODO unify subplot creation/update with d3.selection.order
767-
// and/or subplot ids
768765
var fullLayout = gd._fullLayout || {};
769766
if(fullLayout._glcontainer !== undefined) fullLayout._glcontainer.remove();
770767
if(fullLayout._geocontainer !== undefined) fullLayout._geocontainer.remove();

0 commit comments

Comments
 (0)