Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ejarzo committed Apr 2, 2019
1 parent 9cf3a64 commit 1b53a75
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions src/views/Project/Container.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,24 +413,7 @@ class Project extends Component {
/* =============================== RENDER =============================== */

render() {
const {
isPlaying,
isRecording,
isArmed,
activeColorIndex,
activeTool,
isGridActive,
isSnapToGridActive,
isAutoQuantizeActive,
tempo,
scaleObj,
isFullscreenEnabled,
selectedInstruments,
knobVals,
quantizeLength,
downloadUrls,
isAltPressed,
} = this.state;
const { isFullscreenEnabled, downloadUrls } = this.state;

const projectContext = this.state;

Expand Down

0 comments on commit 1b53a75

Please sign in to comment.