Skip to content

Commit 7e732b2

Browse files
author
zhaokai
committed
去除注释debugger
1 parent b44b57e commit 7e732b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/service/PlotBase/Animation/AnimationTypes/PlotExtendAnimation/PlotAttributeAnimation.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @Author: zk
44
* @Date: 2022-03-23 10:02:49
55
* @LastEditors: zk
6-
* @LastEditTime: 2022-06-08 12:49:52
6+
* @LastEditTime: 2022-06-16 11:45:57
77
*/
88
import { AnimationUtil } from '../../utils/AnimationUtil';
99
import { GradientColor } from '../../utils/GradientColor';
@@ -77,7 +77,6 @@ export default class PlotAttributeAnimation extends PlotBaseAnimation {
7777
return AnimationUtil.getNumberRate(arr, rate);
7878
}
7979
rateToColor(valArr, rate) {
80-
debugger;
8180
return new GradientColor(valArr).getGradientColorByRate(rate);
8281
}
8382

0 commit comments

Comments
 (0)