"print_r" in logging replaced / obsolete stuff removed

This commit is contained in:
Michael 2020-06-29 20:22:00 +00:00
parent 9a47e51115
commit c947b7f211
19 changed files with 43 additions and 81 deletions

View file

@ -456,7 +456,6 @@ class Image
break;
}
// Logger::log('exif: ' . print_r($exif,true));
return $exif;
}