AppEnv debug code removed

This commit is contained in:
Rafael 2016-04-11 14:45:30 +02:00
parent 3f31eff4e3
commit 6cdcb018db
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ QString AppEnv::getGameFolder(bool *ok)
QDir dir;
bool retok;
QString GTAV_FOLDER(getenv("GTAV_FOLDER"));
qDebug() << GTAV_FOLDER;
if (GTAV_FOLDER != "")
{
dir.setPath(GTAV_FOLDER);