Skip to content

Commit

Permalink
WP-293 cleanup remaining debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpaulbalagolan committed May 10, 2023
1 parent 6c7cdab commit 488021c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/oer-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,6 @@ function oer_importResources($default=false) {
}
if(!empty($oer_lrtype))
{
var_dump($oer_lrtype);
update_post_meta( $post_id , 'oer_lrtype' , sanitize_text_field($oer_lrtype));
}
if(!empty($oer_interactivity))
Expand Down

0 comments on commit 488021c

Please sign in to comment.