We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6695efc commit 515d9f2Copy full SHA for 515d9f2
1 file changed
pythonforandroid/bootstraps/sdl2/build/src/org/kivy/android/PythonActivity.java
@@ -301,7 +301,6 @@ public static void stop_service() {
301
302
@Override
303
public void keepActive() {
304
- Log.v("python", "keepActive from PythonActivity");
305
if (this.mLoadingCount > 0) {
306
this.mLoadingCount -= 1;
307
if (this.mLoadingCount == 0) {
0 commit comments