Skip to content

Commit 354e458

Browse files
committed
Remove test code
references f03c9f1
1 parent 9176bdc commit 354e458

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/main/java/org/cryptomator/linux/update/FlatpakUpdater.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,6 @@ public FlatpakUpdateInfo checkForUpdate(String currentVersion, HttpClient httpCl
7171
.map(AppstreamReleases::version)
7272
.orElse("0.0.0"); // fallback should always be smaller than current version
7373

74-
75-
// FIXME: remove this block! see https://github.com/cryptomator/cryptomator/issues/4058
76-
if (currentVersion.startsWith("1.19.0-alpha") || currentVersion.startsWith("1.19.0-beta")) {
77-
return new FlatpakUpdateInfo(updateVersion, this);
78-
}
79-
// END FIXME
80-
81-
8274
if (UpdateMechanism.isUpdateAvailable(updateVersion, currentVersion)) {
8375
return new FlatpakUpdateInfo(updateVersion, this);
8476
} else {

0 commit comments

Comments
 (0)