1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-19 22:35:10 +03:00

removed PrefixPath debug line

This commit is contained in:
Raphael Coeffic 2015-07-31 10:43:54 +02:00
parent 71530f253d
commit 0fba4a638d

View file

@ -50,7 +50,6 @@ void registerSimulators()
#if defined(__APPLE__) || !( (!defined __GNUC__) || (defined __CYGWIN__) )
if (!simulatorsFound) {
#if defined(__APPLE__)
qDebug() << "QLibraryInfo::PrefixPath: " << QLibraryInfo::location(QLibraryInfo::PrefixPath);
dir = QLibraryInfo::location(QLibraryInfo::PrefixPath) + "/Resources";
#else
dir = SIMULATOR_LIB_SEARCH_PATH;