From b20bf9028080ab14382ede12235e4174fbbcf3c4 Mon Sep 17 00:00:00 2001 From: Lee Willis Date: Sat, 9 Feb 2013 17:48:40 +0000 Subject: [PATCH] Remove error tracking --- github-embed.php | 1 - 1 file changed, 1 deletion(-) 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' );