Skip to content

Commit

Permalink
Removed debug code line.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Apr 13, 2011
1 parent f128711 commit 985743d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/Network/CakeEmail.php
Expand Up @@ -929,7 +929,6 @@ function _wrap($message) {
continue;
}
if ($char === ' ' && $tmpLineLength >= self::LINE_LENGTH_SHOULD) {
pr(1);
$formatted[] = $tmpLine;
$tmpLineLength = 0;
continue;
Expand Down

0 comments on commit 985743d

Please sign in to comment.