Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Sep 17, 2024
1 parent 806e3c7 commit 86dc550
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/admin/ppom-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1410,8 +1410,6 @@ jQuery(function($) {
} );

$( document ).on( 'change', 'input[data-metatype="logic"]:visible', function() {
console.log( $(this)
.parents('.ppom_handle_condition_tab') );
$(this)
.parents('.ppom_handle_condition_tab')
.next('.ppom_handle_condition_tab')
Expand Down

0 comments on commit 86dc550

Please sign in to comment.