Skip to content

Commit af8feb2

Browse files
author
杨楠
committed
style:删除多余代码
1 parent fe43a47 commit af8feb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/Progress/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { has } from 'lodash';
22
import React, { useRef, useState, useEffect } from 'react';
3-
import { Animated, View, StyleSheet, ViewProps, LayoutChangeEvent, Image } from 'react-native';
3+
import { Animated, View, StyleSheet, ViewProps, LayoutChangeEvent } from 'react-native';
44
import { Flex } from 'src';
55
import { run } from './svg';
66
import Icon from '../Icon';
@@ -66,7 +66,6 @@ export default (props: ProgressProps) => {
6666
}
6767
return widthPercent;
6868
};
69-
console.log('wrapWidth', wrapWidth);
7069

7170
return (
7271
<View style={[styles.container, style]}>

0 commit comments

Comments
 (0)