X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=blobdiff_plain;f=Pman%2FImages.php;fp=Pman%2FImages.php;h=70a6a0b8349c8e5d1dcd87a15d2ad5d800ac2ba7;hp=07932ef5103106f956904d0dc96ad23983d24c10;hb=bc0e12b3fa585732310b295472468b0243e3132c;hpb=5c68ee73f5439992a8193b1d1b3be3727e770818 diff --git a/Pman/Images.php b/Pman/Images.php index 07932ef..70a6a0b 100644 --- a/Pman/Images.php +++ b/Pman/Images.php @@ -146,7 +146,7 @@ class Pman_Images extends Pman $x->serve($this->method); exit; } - echo "SKALING? $this->size"; + //echo "SKALING? $this->size"; $this->validateSize(); $x->convert( $this->as_mimetype, $this->size); $x->serve();