Skip to content

Commit de46a49

Browse files
committed
remove debug
1 parent b534c0e commit de46a49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Taggable.php

-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ public function scopeWithAnyTag($query, $tagNames)
195195
}
196196

197197
$tagNames = static::$taggingUtility->makeTagArray($tagNames);
198-
sd($tagNames);
199198

200199
$normalizer = config('tagging.normalizer');
201200
$normalizer = $normalizer ?: [static::$taggingUtility, 'slug'];

0 commit comments

Comments
 (0)