diff --git a/github-embed.php b/github-embed.php index 2925d34..203dc95 100644 --- a/github-embed.php +++ b/github-embed.php @@ -56,7 +56,6 @@ class github_embed { */ function enqueue_styles() { - error_log ( __FUNCTION__ ); wp_register_style ( 'github-embed', plugins_url(basename(dirname(__FILE__)).'/css/github-embed.css' ) ); wp_enqueue_style ( 'github-embed' );