Skip to content

Commit f831cdb

Browse files
李钿李钿
authored andcommitted
去除注释代码
1 parent 5cccc88 commit f831cdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/App.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class App extends Component {
4444
<div className="img-list">
4545
{
4646
this.state.imags.map((item, index) => {
47-
console.info("111",item);
4847
return <div className="img" key={item}>
4948
<img src={item} alt="" onClick={this.openViewer.bind(this, index)} width="100%" height="auto" className=""/>
5049
</div>

0 commit comments

Comments
 (0)