From: Jason Woofenden Date: Tue, 9 Jun 2009 15:39:51 +0000 (-0400) Subject: removed debugging from format_image_w_h_thumb_w_h() X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=commitdiff_plain;h=bcebead53a13424ff412db0322d72b1d68c61d7c removed debugging from format_image_w_h_thumb_w_h() --- diff --git a/format.php b/format.php index 12615cc..0058a44 100644 --- a/format.php +++ b/format.php @@ -146,7 +146,6 @@ function format_image_w_h($str) { function format_image_w_h_thumb_w_h($str) { $fields = explode(' ', $str); if(count($fields) != 6) { - die('count: ' . count($fields)); return ''; }