Преглед на файлове

removed a left over print

Jonathan Higgins преди 3 месеца
родител
ревизия
7e45a3468e
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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)