Cosmetics

This commit is contained in:
afischerdev 2021-11-18 10:35:50 +01:00
parent 3fddf3bd32
commit 7fa59d65db
2 changed files with 2 additions and 2 deletions

View file

@ -132,7 +132,7 @@ public class DownloadService extends Service implements ProgressListener {
public void downloadFiles() {
// first check lookup table and prifles
// first check lookup table and profiles
String result = checkScripts();
if ( result != null) {
if (DEBUG) Log.d("BR", "error: " + result);