PngExifReader.php: remove debug leftover
This commit is contained in:
parent
139aea1361
commit
8606d35311
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class PngExifReader implements ExifReader {
|
||||||
if ($fd === false) {
|
if ($fd === false) {
|
||||||
return self::ERR_COULD_NOT_OPEN;
|
return self::ERR_COULD_NOT_OPEN;
|
||||||
}
|
}
|
||||||
return self::tryReadPngChunks($fd);
|
$ret = self::tryReadPngChunks($fd);
|
||||||
\fclose($fd);
|
\fclose($fd);
|
||||||
if ($ret < 1 || $ret > 9) {
|
if ($ret < 1 || $ret > 9) {
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue