diff --git a/packages/bruno-electron/src/store/preferences.js b/packages/bruno-electron/src/store/preferences.js index 93fa3b80..ae462f64 100644 --- a/packages/bruno-electron/src/store/preferences.js +++ b/packages/bruno-electron/src/store/preferences.js @@ -6,17 +6,6 @@ const { get } = require('lodash'); * The preferences are stored in the electron store 'preferences.json'. * The electron process uses this module to get the preferences. * - * { - * preferences { - * request: { - * tlsVerification: boolean, - * cacert: String (yet not implemented in front end) - * } - * proxy: { (yet not implemented in front end) - * ... - * } - * } - * } */ const defaultPreferences = {