From c854f8c238da2df08b52249142ad24ef66e422d1 Mon Sep 17 00:00:00 2001 From: habeascodice Date: Sat, 11 Oct 2014 05:44:31 -0700 Subject: Revert "x" This reverts commit f84453497bd5ef4eba8bca84917b8e82d784937a. --- include/photo/photo_driver.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include/photo') diff --git a/include/photo/photo_driver.php b/include/photo/photo_driver.php index 9cd05e26e..508d82957 100644 --- a/include/photo/photo_driver.php +++ b/include/photo/photo_driver.php @@ -8,7 +8,6 @@ function photo_factory($data, $type = null) { if(class_exists('Imagick') && !$ignore_imagick) { $v = Imagick::getVersion(); preg_match('/ImageMagick ([0-9]+\.[0-9]+\.[0-9]+)/', $v['versionString'], $m); - logger('image v='.$v.',v[ver]='.$v['versionString'].',matches='.var_export($m, true), LOGGER_DEBUG); if(version_compare($m[1],'6.6.7') >= 0) { require_once('include/photo/photo_imagick.php'); $ph = new photo_imagick($data,$type); -- cgit v1.2.3