mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 10:05:54 +01:00
remove "Done"/"Loaded" messages, as output is becoming clogged.
This commit is contained in:
parent
bd24a670b2
commit
d12468a2f7
@ -96,7 +96,6 @@ final public class AndrolibResources {
|
||||
}
|
||||
|
||||
resTable.addPackage(pkg, true);
|
||||
LOGGER.info("Loaded.");
|
||||
return pkg;
|
||||
}
|
||||
|
||||
@ -120,7 +119,6 @@ final public class AndrolibResources {
|
||||
}
|
||||
|
||||
resTable.addPackage(pkg, false);
|
||||
LOGGER.info("Loaded.");
|
||||
return pkg;
|
||||
}
|
||||
|
||||
@ -321,7 +319,6 @@ final public class AndrolibResources {
|
||||
generateValuesFile(valuesFile, out, xmlSerializer);
|
||||
}
|
||||
generatePublicXml(pkg, out, xmlSerializer);
|
||||
LOGGER.info("Done.");
|
||||
}
|
||||
|
||||
AndrolibException decodeError = duo.m2.getFirstError();
|
||||
|
Loading…
Reference in New Issue
Block a user