diff options
author | Devine Lu Linvega <[email protected]> | 2019-04-20 08:53:46 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-04-20 08:53:46 +0900 |
commit | a2f602626afc7dabf8535a0bd146cc51cd276e81 (patch) | |
tree | 35cb72afcb9c3137564c0f8551d22aabb7bd6d04 /desktop/main.js | |
parent | e9c9d2bccaa21855ebc63d32bdbd8dacd2cfe5ed (diff) | |
download | Orca-a2f602626afc7dabf8535a0bd146cc51cd276e81.tar.gz Orca-a2f602626afc7dabf8535a0bd146cc51cd276e81.zip |
Remove inspect
Diffstat (limited to 'desktop/main.js')
-rw-r--r-- | desktop/main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/main.js b/desktop/main.js index 933faa2..62f6a2e 100644 --- a/desktop/main.js +++ b/desktop/main.js @@ -24,7 +24,6 @@ app.on('ready', () => { }) app.win.loadURL(`file://${__dirname}/sources/index.html`) - app.inspect() app.win.on('closed', () => { win = null |