Remove testing line

This commit is contained in:
Gabriel 2018-04-10 08:24:38 -03:00 committed by GitHub
parent 288f69ad6a
commit 6ccffb3c4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {