Remove print statements.

This commit is contained in:
iandoesallthethings 2024-05-16 19:48:31 -04:00
parent bc5358c0f6
commit b30222c557
4 changed files with 128 additions and 126 deletions

View file

@ -42,6 +42,7 @@ application/product_name="PNGTuber Plus"
application/file_description=""
application/copyright=""
application/trademarks=""
application/export_angle=0
ssh_remote_deploy/enabled=false
ssh_remote_deploy/host="user@host_ip"
ssh_remote_deploy/port="22"
@ -110,7 +111,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path=".export/release 1.4.5/mac/PNGTUBER PLUS 1.4.5 MAC.zip"
export_path=".export/mac/PNGTUBER PLUS 1.4.5 MAC.zip"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
@ -133,6 +134,7 @@ application/version="1.4.5"
application/copyright=""
application/copyright_localized={}
application/min_macos_version="10.12"
application/export_angle=0
display/high_res=true
xcode/platform_build="14C18"
xcode/sdk_version="13.1"
@ -166,6 +168,7 @@ codesign/entitlements/app_sandbox/files_downloads=0
codesign/entitlements/app_sandbox/files_pictures=0
codesign/entitlements/app_sandbox/files_music=0
codesign/entitlements/app_sandbox/files_movies=0
codesign/entitlements/app_sandbox/files_user_selected=0
codesign/entitlements/app_sandbox/helper_executables=[]
codesign/custom_options=PackedStringArray()
notarization/notarization=0

View file

@ -10,7 +10,6 @@ func _ready():
popup.connect("index_pressed", toggle_checked)
available_devices = OS.get_connected_midi_inputs()
print("midiinputselect ready" + str(available_devices))
Global.currentMidiDevices = available_devices # Listen to all devices by default

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long