Skip to content

Commit d5edff1

Browse files
committed
removed breakpoint, sorry
1 parent fa96055 commit d5edff1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,6 @@ def _build_package(self, args, package_type):
10221022
"Unknown build mode {} for apk()".format(args.build_mode))
10231023
output = shprint(gradlew, gradle_task, _tail=20,
10241024
_critical=True, _env=env)
1025-
breakpoint()
10261025
output_dir = join(dist.dist_dir, "build", "outputs", package_type)
10271026
apk_glob = "*-{}.%s" % package_type
10281027

0 commit comments

Comments
 (0)