From 343f3396e0ff46d1cba513ae22601eda2f80c88c Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 13 Jul 2016 19:07:38 -0700 Subject: [PATCH] plugins: remove renderer code for notifications --- app/lib/utils/plugins.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/lib/utils/plugins.js b/app/lib/utils/plugins.js index d41fe523..2d67f9a4 100644 --- a/app/lib/utils/plugins.js +++ b/app/lib/utils/plugins.js @@ -148,17 +148,6 @@ export function reload () { decorated = {}; } -// we want to refresh our modules cache every time -// plugins reload. -// the re-painting happens by the top-level `Config` component -// that reacts to configuration changes and plugin changes -ipcRenderer.on('plugins change', function (ev) { - notify( - 'Plugins Updated', - 'Restart or choose "Plugins" > "Reload Now"' - ); -}); - export function getTermProps (uid, parentProps, props) { let props_;