Quellcode durchsuchen

removed a left over print

Jonathan Higgins vor 3 Monaten
Ursprung
Commit
7e45a3468e
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      scenes/main/scripts/run_thread.gd

+ 0 - 2
scenes/main/scripts/run_thread.gd

@@ -725,8 +725,6 @@ func get_soundfile_properties(file: String) -> Dictionary:
 	if f == null:
 	if f == null:
 		log_console("Could not find file: " + file, true)
 		log_console("Could not find file: " + file, true)
 		return soundfile_properties  # couldn't open
 		return soundfile_properties  # couldn't open
-	else:
-		print("opened file")
 	
 	
 	#Skip the RIFF header (12 bytes: "RIFF", file size, "WAVE")
 	#Skip the RIFF header (12 bytes: "RIFF", file size, "WAVE")
 	f.seek(12)
 	f.seek(12)