Skip to content

Commit f4fdb54

Browse files
committed
Merge branch 'fix-android-upload' of github.com:spoonconsulting/cordova-plugin-background-upload into fix-android-upload
2 parents 3375f8e + d5a86cb commit f4fdb54

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/android/UploadTask.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ private void handleNotification() {
405405
@NonNull
406406
@Override
407407
public ForegroundInfo getForegroundInfo() {
408-
Log.d(TAG, "getForegroundInfo: Promoting to foreground service");
409408
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.S) {
410409
return uploadForegroundNotification.getForegroundInfo(getApplicationContext());
411410
}

0 commit comments

Comments
 (0)