Skip to content

Commit 515d9f2

Browse files
committed
sdl2: remove debug from keepActive
1 parent 6695efc commit 515d9f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythonforandroid/bootstraps/sdl2/build/src/org/kivy/android/PythonActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ public static void stop_service() {
301301

302302
@Override
303303
public void keepActive() {
304-
Log.v("python", "keepActive from PythonActivity");
305304
if (this.mLoadingCount > 0) {
306305
this.mLoadingCount -= 1;
307306
if (this.mLoadingCount == 0) {

0 commit comments

Comments
 (0)