diff --git a/admin/views/class-openedx-commerce-enrollment-info-form.php b/admin/views/class-openedx-commerce-enrollment-info-form.php index 92a46f8..23e8ef9 100644 --- a/admin/views/class-openedx-commerce-enrollment-info-form.php +++ b/admin/views/class-openedx-commerce-enrollment-info-form.php @@ -227,10 +227,6 @@ public function render_enrollment_info_form( $post ) { - - log_manager->get_logs( $post_id ); ?> -
plugin_name, plugin_dir_url( __FILE__ ) . 'js/openedx-commerce-public.js', array( 'jquery' ), $this->version, false ); } } diff --git a/public/js/openedx-commerce-public.js b/public/js/openedx-commerce-public.js index 071048d..ec6b086 100644 --- a/public/js/openedx-commerce-public.js +++ b/public/js/openedx-commerce-public.js @@ -27,6 +27,10 @@ * single DOM-ready or window-load handler for a particular page. * Although scripts in the WordPress core, Plugins and Themes may be * practising this, we should strive to set a better example in our own work. + * + * + * Note: This file is not queued; you must queue it if you want to add scripts here. + * For more information on why we dequeued this file, see https://github.com/openedx/openedx-wordpress-ecommerce/pull/91. */ })( jQuery );