Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasConstant committed Aug 21, 2023
1 parent 1cb00b6 commit 78257b4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions main-electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,6 @@ const lngDetector = new LanguageDetect();
lngDetector.setLanguageType("iso2");
let menuAutohide = settings.getSync('menuAutohide') || false;

// console.warn('This is a test.')
// console.warn(lngDetector.detect('This is a test.', 2));
// console.warn()
// console.warn('Ceci est un test.')
// console.warn(lngDetector.detect('Ceci est un test.', 2));
// console.warn()
// console.warn('Das')
// console.warn(lngDetector.detect('Das', 2));
// console.warn()
// console.warn('Das ist')
// console.warn(lngDetector.detect('Das ist', 2));
// console.warn()
// console.warn('Das ist eine')
// console.warn(lngDetector.detect('Das ist eine', 2));
// console.warn()
// console.warn('Das ist eine test.')
// console.warn(lngDetector.detect('Das ist eine test.', 2));

if (process.env.NODE_ENV !== 'development') {
globalAny.__static = require('path').join(__dirname, '/assets/icons').replace(/\\/g, '\\\\');
}
Expand Down

0 comments on commit 78257b4

Please sign in to comment.