Skip to content

Commit

Permalink
Revert "Debug windows"
Browse files Browse the repository at this point in the history
This reverts commit 5d29f91.
  • Loading branch information
Bencodes committed May 7, 2021
1 parent 24950dd commit 4ddce1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ public void testMerge_GenerateDummyManifest() throws Exception {
/* mergeManifestPermissions */true);
ManifestMergerAction.main(args.toArray(new String[0]));

System.err.println("mergedManifest: " + Files.readAllLines(mergedManifest, UTF_8));
System.err.println("expectedManifest: " + Files.readAllLines(expectedManifest, UTF_8));
assertThat(
Joiner.on(" ")
.join(Files.readAllLines(mergedManifest, UTF_8))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ public static void main(String[] args) throws Exception {
optionsParser.parseAndExitUponError(args);
options = optionsParser.getOptions(Options.class);

System.err.println("DEBUG: options.mergeManifestPermissions=" + options.mergeManifestPermissions);

try {
Path mergedManifest;
AndroidManifestProcessor manifestProcessor = AndroidManifestProcessor.with(stdLogger);
Expand Down

0 comments on commit 4ddce1f

Please sign in to comment.