From de46a495a176635a46003a356a421d2c99e4877f Mon Sep 17 00:00:00 2001 From: rtconner Date: Fri, 11 Sep 2015 09:16:20 -0400 Subject: [PATCH] remove debug --- src/Taggable.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Taggable.php b/src/Taggable.php index 258c019..9494d2b 100644 --- a/src/Taggable.php +++ b/src/Taggable.php @@ -195,7 +195,6 @@ public function scopeWithAnyTag($query, $tagNames) } $tagNames = static::$taggingUtility->makeTagArray($tagNames); - sd($tagNames); $normalizer = config('tagging.normalizer'); $normalizer = $normalizer ?: [static::$taggingUtility, 'slug'];