mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-01 14:16:49 +00:00
Reduce APNGParser logging.
This commit is contained in:
@@ -96,9 +96,7 @@ public class APNGParser {
|
||||
}
|
||||
}
|
||||
} catch (IOException e) {
|
||||
if (!(e instanceof FormatException)) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user