Skip to content

Commit bf638d5

Browse files
committed
Remove debugger
1 parent 4202e89 commit bf638d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/datatable/DataTable.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,6 @@ export class DataTable extends Component {
11961196
let columns = React.Children.toArray(this.props.children);
11971197

11981198
if(columns && columns.length) {
1199-
debugger;
12001199
if(this.props.reorderableColumns && this.state.columnOrder) {
12011200
let orderedColumns = [];
12021201
for(let columnKey of this.state.columnOrder) {

0 commit comments

Comments
 (0)