Skip to content

Commit 0f37648

Browse files
committed
🐄 remove obsolete regexp
1 parent d52cfba commit 0f37648

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/traces/contour/plot.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@ function joinAllPaths(pi, perimeter) {
264264
return fullpath;
265265
}
266266

267-
var TRAILING_ZEROS = /\.?0+$/;
268-
269267
function makeLinesAndLabels(plotgroup, pathinfo, gd, cd0, contours, perimeter) {
270268
var defs = gd._fullLayout._defs;
271269

0 commit comments

Comments
 (0)