| @@ -179,9 +179,9 @@ | ||
| 179 | 179 | } |
| 180 | 180 | |
| 181 | 181 | return $image; |
| 182 | 182 | } catch ( Exception $ex ) { |
| 183 | - error_log( 'ReSizer.process() error: ' . $ex->getMessage() ); | |
| 183 | + //error_log( 'ReSizer.process() error: ' . $ex->getMessage() ); | |
| 184 | 184 | |
| 185 | 185 | if ( $this->throwOnError ) { |
| 186 | 186 | // Bubble up exception. |
| 187 | 187 | throw $ex; |