Skip to content

Commit 20339ec

Browse files
committed
Remove debug line
1 parent 174d48e commit 20339ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Taggable.php

-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ public function untag($tagNames = null)
138138

139139
$tagNames = TaggingUtility::makeTagArray($tagNames);
140140

141-
dump($tagNames);
142-
143141
foreach($tagNames as $tagName) {
144142
$this->removeSingleTag($tagName);
145143
}

0 commit comments

Comments
 (0)