We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95df80 commit a46c536Copy full SHA for a46c536
1 file changed
plugin/src/main/java/io/snyk/eclipse/plugin/properties/preferences/Preferences.java
@@ -99,9 +99,6 @@ public static synchronized Preferences getInstance(PreferenceStore store) {
99
if (getPref(FILTER_LOW) == null) {
100
store(FILTER_LOW, "false");
101
}
102
- if (getPref(FILTER_CRITICAL) == null) {
103
- store(FILTER_CRITICAL, "false");
104
- }
105
if (getPref(FILTER_DELTA_NEW_ISSUES) == null) {
106
store(FILTER_DELTA_NEW_ISSUES, "false");
107
0 commit comments