From 2618c0eae5fbd5b71d345ecbd986020340a7f326 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 5 Oct 2016 16:39:57 +0800 Subject: [PATCH] Images.php --- Images.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Images.php b/Images.php index 34bc7be3..fba51356 100644 --- a/Images.php +++ b/Images.php @@ -57,7 +57,6 @@ class Pman_Core_Images extends Pman function get($s) // determin what to serve!!!! { - print_r('test');exit; // for testing only. //if (!empty($_GET['_post'])) { // return $this->post(); @@ -222,7 +221,6 @@ class Pman_Core_Images extends Pman function serve($img) { - print_f("test??");exit; $this->sessionState(0); // turn off session... - locking... require_once 'File/Convert.php'; -- 2.39.2