Skip to content

Commit

Permalink
Comment cleanup in favor of issue creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlusto committed Jun 2, 2019
1 parent 20bb740 commit 001c029
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class Sidebar extends Component {

handleDownload() {
const { gifData } = this.props;
// TODO: user-editable filename?
download(gifData, 'gifsmos.gif', 'image/gif');
}

Expand Down
1 change: 0 additions & 1 deletion src/reducers/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const initialState = {
strategy: 'contain'
};

// TODO: implement bounds and strategy
const settings = (state = initialState, { type, payload }) => {
switch (type) {
case UPDATE_IMAGE_SETTING:
Expand Down

0 comments on commit 001c029

Please sign in to comment.