mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 03:13:09 +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();
|
||||
QString skipVersion(skipFileContents);
|
||||
skipFile.close();
|
||||
if (skipVersion == latestVersion /*|| applicationVersion() == "dev"*/) {
|
||||
if (skipVersion == latestVersion || applicationVersion() == "dev") {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue