Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 156ccae

Browse files
Remove console.log
1 parent b296e35 commit 156ccae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/SubmissionBox.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ class SubmissionBox extends React.Component {
2222
description: !this.props.item.description ? '' : ((this.props.item.description.length > 500) ? (this.props.item.description.substring(0, 497) + '...') : this.props.item.description)
2323
}
2424

25-
console.log(this.state.tags)
26-
2725
this.handleUpVoteOnClick = this.handleUpVoteOnClick.bind(this)
2826
this.handleDeleteOnClick = this.handleDeleteOnClick.bind(this)
2927
this.handleExternalLinkClick = this.handleExternalLinkClick.bind(this)

0 commit comments

Comments
 (0)