Skip to content

Commit 395a7f0

Browse files
committed
Remove debug msg
1 parent ae5bd6f commit 395a7f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

views/components/Forum/Thread.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export default class Container extends Component {
2424
}
2525

2626
toggle() {
27-
console.log(this.state.display);
2827
if (this.state.display === 'hidden') {
2928
this.setState({ display: '' });
3029
} else {

0 commit comments

Comments
 (0)