mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removed debug code line.
This commit is contained in:
parent
f128711fa5
commit
985743dc50
1 changed files with 0 additions and 1 deletions
|
@ -929,7 +929,6 @@ class CakeEmail {
|
|||
continue;
|
||||
}
|
||||
if ($char === ' ' && $tmpLineLength >= self::LINE_LENGTH_SHOULD) {
|
||||
pr(1);
|
||||
$formatted[] = $tmpLine;
|
||||
$tmpLineLength = 0;
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue