Prechádzať zdrojové kódy

removed a left over print

Jonathan Higgins 3 mesiacov pred
rodič
commit
7e45a3468e
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  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:
 		log_console("Could not find file: " + file, true)
 		return soundfile_properties  # couldn't open
-	else:
-		print("opened file")
 	
 	#Skip the RIFF header (12 bytes: "RIFF", file size, "WAVE")
 	f.seek(12)