Skip to content

Commit aa9cade

Browse files
committed
cleanup
1 parent f7ac704 commit aa9cade

File tree

1 file changed

+0
-4
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+0
-4
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -658,10 +658,6 @@ def make_package(args):
658658
subprocess.check_output(patch_command + ["--dry-run"])
659659
except subprocess.CalledProcessError as e:
660660
if e.returncode == 1:
661-
print(e.stderr)
662-
print(e.stdout)
663-
print(e.cmd)
664-
print(e.output)
665661
# Return code 1 means not all hunks could be applied, this usually
666662
# means the patch is already applied.
667663
print("Warning: failed to apply patch (exit code 1), "

0 commit comments

Comments
 (0)