Reduce APNGParser logging.

master
Greyson Parrelli 2020-09-08 18:08:40 -04:00
parent 7c70ea4d3e
commit 19ce5b5c76
1 changed files with 1 additions and 3 deletions

View File

@ -96,9 +96,7 @@ public class APNGParser {
}
}
} catch (IOException e) {
if (!(e instanceof FormatException)) {
e.printStackTrace();
}
return false;
}
return false;
}