@@ -32,7 +32,6 @@ const nativeImage = require('../../app/nativeImage')
3232const filtering = require ( '../../app/filtering' )
3333const basicAuth = require ( '../../app/browser/basicAuth' )
3434const webtorrent = require ( '../../app/browser/webtorrent' )
35- const ipfs = require ( '../../app/browser/ipfs' )
3635const assert = require ( 'assert' )
3736const profiles = require ( '../../app/browser/profiles' )
3837const { zoomLevel} = require ( '../../app/common/constants/toolbarUserInterfaceScale' )
@@ -427,8 +426,6 @@ const handleAppAction = (action) => {
427426 appState = filtering . init ( appState , action , appStore )
428427 appState = basicAuth . init ( appState , action , appStore )
429428 appState = webtorrent . init ( appState , action , appStore )
430- // TODO(diasdavid) - init IPFS in the main process
431- appState = ipfs . init ( appState , action , appStore )
432429 appState = profiles . init ( appState , action , appStore )
433430 appState = require ( '../../app/browser/menu' ) . init ( appState , action , appStore )
434431 appState = require ( '../../app/sync' ) . init ( appState , action , appStore )
0 commit comments