From 5be01a836db674dc07f58e439e72951b0968f320 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 22 Feb 2019 16:56:02 +0100 Subject: remove code --- src/features/basicAuth/index.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/features/basicAuth/index.js') diff --git a/src/features/basicAuth/index.js b/src/features/basicAuth/index.js index 03269582c..00ad65ce6 100644 --- a/src/features/basicAuth/index.js +++ b/src/features/basicAuth/index.js @@ -31,15 +31,6 @@ export default function initialize() { state.authInfo = data.authInfo; state.isModalVisible = true; }); - - // autorun(() => { - // // if (state.serviceId) { - // // const service = stores.services.one(state.serviceId); - // // if (service) { - // // state.service = service; - // // } - // // } - // }); } export function mainIpcHandler(mainWindow, authInfo) { -- cgit v1.2.3-54-g00ecf