1
0
Эх сурвалжийг харах

UI: Remove Rosetta detection log

Will be moved to libobs
Tommy Vercetti 3 жил өмнө
parent
commit
b838636f58
1 өөрчлөгдсөн 0 нэмэгдсэн , 4 устгасан
  1. 0 4
      UI/obs-app.cpp

+ 0 - 4
UI/obs-app.cpp

@@ -2316,10 +2316,6 @@ static int run_program(fstream &logFile, int argc, char *argv[])
 				audio_permission, accessibility_permission);
 			check->exec();
 		}
-
-		bool rosettaTranslated = os_get_emulation_status();
-		blog(LOG_INFO, "Rosetta translation used: %s",
-		     rosettaTranslated ? "true" : "false");
 #endif
 
 #ifdef _WIN32