diff --git a/src/Expectations/Profanity.php b/src/Expectations/Profanity.php index b3eb547..a36c857 100644 --- a/src/Expectations/Profanity.php +++ b/src/Expectations/Profanity.php @@ -40,8 +40,6 @@ function (ObjectDescription $object) use (&$foundWords, $excluding, $including, $words = array_diff($words, $excluding); - dd($words); - $fileContents = (string) file_get_contents($object->path); foreach ($toleratedWords as $toleratedWord) {