Skip to content

Commit 57a321d

Browse files
small cleanup
1 parent e9c965b commit 57a321d

2 files changed

Lines changed: 1 addition & 226 deletions

File tree

addons/android_device_explorer/device_explorer.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ func _run_adb(p_args: PackedStringArray) -> String:
351351

352352
var output := []
353353
OS.execute(adb_path, args, output, true)
354-
print(output)
354+
#print(output)
355355
return output[0] if output.size() > 0 else ""
356356

357357

export_presets.cfg

Lines changed: 0 additions & 225 deletions
This file was deleted.

0 commit comments

Comments
 (0)