Skip to content

Commit

Permalink
Removing debugger.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Nov 14, 2024
1 parent 10bcc30 commit 7439d89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/llms-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
method: 'POST',
url: window.ajaxurl,
data: function( params ) {
debugger;
return {
action: 'select2_query_posts',
page: ( params.page ) ? params.page - 1 : 0, // 0 index the pages to make it simpler for the database query
Expand Down

0 comments on commit 7439d89

Please sign in to comment.