Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
rtconner committed Jul 6, 2019
1 parent 174d48e commit 20339ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Taggable.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ public function untag($tagNames = null)

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

dump($tagNames);

foreach($tagNames as $tagName) {
$this->removeSingleTag($tagName);
}
Expand Down

0 comments on commit 20339ec

Please sign in to comment.