aboutsummaryrefslogtreecommitdiffhomepage
path: root/desktop/main.js
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-04-20 08:53:46 +0900
committerDevine Lu Linvega <[email protected]>2019-04-20 08:53:46 +0900
commita2f602626afc7dabf8535a0bd146cc51cd276e81 (patch)
tree35cb72afcb9c3137564c0f8551d22aabb7bd6d04 /desktop/main.js
parente9c9d2bccaa21855ebc63d32bdbd8dacd2cfe5ed (diff)
downloadOrca-a2f602626afc7dabf8535a0bd146cc51cd276e81.tar.gz
Orca-a2f602626afc7dabf8535a0bd146cc51cd276e81.zip
Remove inspect
Diffstat (limited to 'desktop/main.js')
-rw-r--r--desktop/main.js1
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