Skip to content

Commit

Permalink
Remove add settings call
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainMaestro committed Apr 6, 2017
1 parent 7d8b757 commit 6c7817d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/main/plugins/externalPlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ pluginsWatcher.on('addDir', (pluginPath) => {
console.log(`[${base}] Update plugin`)
delete window.require.cache[requirePath]
plugins[base] = window.require(pluginPath)
settings.add(base, plugins[base])
console.log(`[${base}] Plugin updated`)
}, 1000))
console.groupEnd()
Expand Down

0 comments on commit 6c7817d

Please sign in to comment.