Skip to content

Commit

Permalink
Fix: console.dirを削除(なぜ警告出ない)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Oct 16, 2023
1 parent 6f8f367 commit 3073099
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class BookmarkCategoryStatuses extends ImmutablePureComponent {
};

handleLoadMore = debounce(() => {
console.dir(this.props.params.id);
this.props.dispatch(expandBookmarkCategoryStatuses(this.props.params.id));
}, 300, { leading: true });

Expand Down

0 comments on commit 3073099

Please sign in to comment.