Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rtconner committed Sep 11, 2015
1 parent b534c0e commit de46a49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Taggable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down

0 comments on commit de46a49

Please sign in to comment.