remove debug code
authorAlan <alan@roojs.com>
Wed, 4 Jan 2023 07:48:13 +0000 (15:48 +0800)
committerAlan <alan@roojs.com>
Wed, 4 Jan 2023 07:48:13 +0000 (15:48 +0800)
Images.php

index e0527a0..92e40db 100644 (file)
@@ -150,7 +150,6 @@ class Pman_Core_Images extends Pman
             }
             $img->limit(1);
             if (!$img->find(true)) {
-                die("HERE");
                 $this->imgErr("no images for that item: " . htmlspecialchars($id),$s);
                 
             }