diff --git a/functions.php b/functions.php index 0ab0da7965..0e88b89733 100644 --- a/functions.php +++ b/functions.php @@ -134,8 +134,6 @@ function debut_widgets_init() { * Enqueue scripts and styles */ function debut_scripts() { - global $post; - wp_enqueue_style( 'debut-style', get_stylesheet_uri() ); wp_enqueue_script( 'debut-scripts', get_template_directory_uri() . '/js/debut.js', array( 'jquery' ) );