Reduce APNGParser logging.

fork-5.53.8
Greyson Parrelli 2020-09-08 18:08:40 -04:00
rodzic 7c70ea4d3e
commit 19ce5b5c76
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

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