diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-26 17:55:00 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-26 17:55:00 +0100 |
commit | 03f593ff835ab66dc4cbbb71db387e52fa17cc3a (patch) | |
tree | f0a98c64aa5103c5e48ba4274b6a3b68326932dc /proto-wine | |
parent | e6ab541c19b50bca6cf371430d40f30835c9e3ea (diff) |
proto/wine: kill verbose warning
The .csv lookup may fail and thus result in this message getting
printed 250 times per second.
Diffstat (limited to 'proto-wine')
-rw-r--r-- | proto-wine/ftnoir_protocol_wine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-wine/ftnoir_protocol_wine.cpp b/proto-wine/ftnoir_protocol_wine.cpp index 7b82b76f..75526c54 100644 --- a/proto-wine/ftnoir_protocol_wine.cpp +++ b/proto-wine/ftnoir_protocol_wine.cpp @@ -44,7 +44,7 @@ void wine::pose(const double *headpose, const double*) #ifndef OTR_WINE_NO_WRAPPER if (shm->gameid != gameid) { - qDebug() << "proto/wine: looking up gameData"; + //qDebug() << "proto/wine: looking up gameData"; QString gamename; QMutexLocker foo(&game_name_mutex); /* only EZCA for FSX requires dummy process, and FSX doesn't work on Linux */ |