mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-15 15:58:26 +02:00
Remove testing line
This commit is contained in:
parent
288f69ad6a
commit
6ccffb3c4d
1 changed files with 0 additions and 1 deletions
|
@ -1292,7 +1292,6 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
|||
QFileInfo check_tester_file(TESTER_FILE);
|
||||
isTester = check_tester_file.exists() && check_tester_file.isFile();
|
||||
#endif
|
||||
QProcessEnvironment::systemEnvironment().insert(TESTER, "This Value is Great");
|
||||
auto gpuIdent = GPUIdent::getInstance();
|
||||
auto glContextData = getGLContextData();
|
||||
QJsonObject properties = {
|
||||
|
|
Loading…
Reference in a new issue