Skip to content

Commit def5880

Browse files
committed
squash notification checker diff
1 parent baf47fa commit def5880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.jcryptool.core.help/src/org/jcryptool/core/help/ServerStartup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public static Optional<Notification> retrieveNotification(String id, String chan
179179
return Optional.of( new Notification(id, channel, enContent, deContent, fallbackContent, false) );
180180
}
181181
public void notificationChecker() {
182-
// var version = System.getProperty("")
182+
if(true) return; // TODO: disable
183183
var v1 = Platform.getProduct().getDefiningBundle().getVersion();
184184
var locale = Locale.getDefault().getLanguage();
185185
System.out.println(String.format("DBG: v1=%s, locale=%s", v1, locale));

0 commit comments

Comments
 (0)