Skip to content

Commit

Permalink
remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
janwidmer-work committed Aug 4, 2022
1 parent d3513b1 commit de36d08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lzb-select-dynamic",
"title": "Lazy Blocks: Select Dynamic Control",
"version": "2.4.0",
"version": "2.4.1",
"description": "lazy-blocks custom control to offer a dynamic select containing wordpress posts or categories",
"license": "GPL-2.0",
"author": "Jan Widmer <https://github.com/janwidmer>",
Expand Down
2 changes: 0 additions & 2 deletions src/assets/js/select-dynamic-control.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ export default compose([
per_page: -1,
};

debugger

if (ownProps.entityType === 'post') {
entityKind = 'postType';
entityName = ownProps.postType || 'post'; // if a postType is given we use it (to get custom posts)
Expand Down

0 comments on commit de36d08

Please sign in to comment.