Skip to content

Commit

Permalink
🎨 Removed unused comments?
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Jan 30, 2018
1 parent a9c3992 commit 6231a88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/routes/editMedia/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ export default class EditMedia extends Component {
removeImage(e, i) {
e.preventDefault();
const measurement = { ...this.state.measurement };
// const file = this.state.file.slice();
// const fileUrl = this.state.fileUrl.slice();
// file.splice(i, 1);
// fileUrl.splice(i, 1);
measurement.images = this.state.measurement.images - 1;
measurement[`media${i}`] = null;
this.setState({
Expand Down

0 comments on commit 6231a88

Please sign in to comment.