diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index e1ad86e772a..457c07b0f1c 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -345,8 +345,7 @@ class EditorExportAndroid : public EditorExportPlatform { } d.name = vendor + " " + device; - //print_line("name: "+d.name); - //print_line("description: "+d.description); + if (device == String()) continue; } ndevices.push_back(d);