diff --git a/app/Paper/HtmlToPos.php b/app/Paper/HtmlToPos.php index aa2ed4e..9b0392f 100644 --- a/app/Paper/HtmlToPos.php +++ b/app/Paper/HtmlToPos.php @@ -32,8 +32,6 @@ class HtmlToPos $pos = strpos($posText, $match[0]); $posText = substr_replace($posText, mb_rand($match[1], $match[2]), $pos, strlen($match[0])); } - - die(); return $posText; }