mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 19:56:48 +02:00
Removing comment
This commit is contained in:
parent
99275dadd4
commit
a13d7b084f
1 changed files with 1 additions and 1 deletions
|
@ -4429,7 +4429,7 @@ bool Application::shouldSkipVersion(QString latestVersion) {
|
||||||
QByteArray skipFileContents = skipFile.readAll();
|
QByteArray skipFileContents = skipFile.readAll();
|
||||||
QString skipVersion(skipFileContents);
|
QString skipVersion(skipFileContents);
|
||||||
skipFile.close();
|
skipFile.close();
|
||||||
if (skipVersion == latestVersion /*|| applicationVersion() == "dev"*/) {
|
if (skipVersion == latestVersion || applicationVersion() == "dev") {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue