Removed debug code line.

This commit is contained in:
Juan Basso 2011-03-04 09:07:22 -03:00
parent f128711fa5
commit 985743dc50

View file

@ -929,7 +929,6 @@ class CakeEmail {
continue;
}
if ($char === ' ' && $tmpLineLength >= self::LINE_LENGTH_SHOULD) {
pr(1);
$formatted[] = $tmpLine;
$tmpLineLength = 0;
continue;