1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Remove unused variable

This commit is contained in:
asmsuechan
2017-08-10 16:42:14 +09:00
parent 4940ad6825
commit af91c40406

View File

@@ -8,7 +8,6 @@ const { ipcRenderer } = electron
const consts = require('browser/lib/consts')
const path = require('path')
const fs = require('fs')
const BOOSTNOTERC = '.boostnoterc'
let isInitialized = false