Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(proguard): Delete pointless code (#2263)
We have some code which opens all the proguard files just to compute the SHA1 sum, which is just debug-logged and then added into a vector, which is never read from, and which is not needed for any lifetime purposes. We definitely can get rid of the vector, the debug log is also probably okay to get rid of because this information can easily be obtained using the `sha1sum` command
- Loading branch information