Skip to content

Commit 5d7cdc8

Browse files
authored
Removed console logs. (#15)
* Updated PROD endpoint. * Removed console logs.
1 parent 4038206 commit 5d7cdc8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Editor.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ class Editor extends Component {
7979
text: this.state.text,
8080
type: this.state.type
8181
}).then(response => {
82-
console.log(response)
83-
const status = response.data.status
84-
82+
const status = response.data.status
8583
if(status === 'success') {
8684
const post_id = response.data.id
8785
this.setState({

0 commit comments

Comments
 (0)