Skip to content

Commit e844bdf

Browse files
committed
Remove obsolete code
1 parent 98baad2 commit e844bdf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from 'react';
22

33
import Button from 'react-bootstrap/lib/Button';
44
import Editor from 'component-playground';
5-
import hyphenate from 'dom-helpers/util/hyphenateStyle';
65

76
import PropTable from './PropTable';
87

examples/PropTable.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ const PropTable = React.createClass({
4242
let propsData = this.propsData;
4343
let composes = this.props.metadata[this.props.component].composes || [];
4444

45-
console.log(propsData)
46-
if ( !Object.keys(propsData).length){
45+
if ( !Object.keys(propsData).length ){
4746
return <span/>;
4847
}
4948

0 commit comments

Comments
 (0)