From ef16112af23dbeafd397115f100b28e51b6fd66a Mon Sep 17 00:00:00 2001 From: Yves Noirjean <yves.noirjean@id.ethz.ch> Date: Tue, 22 Jan 2019 11:31:49 +0100 Subject: [PATCH] SSDM-7588: removed console.out --- openbis_ng_ui/src/reducer/sagas.js | 1 - 1 file changed, 1 deletion(-) diff --git a/openbis_ng_ui/src/reducer/sagas.js b/openbis_ng_ui/src/reducer/sagas.js index 8ce281f3c06..fa1bd26523c 100644 --- a/openbis_ng_ui/src/reducer/sagas.js +++ b/openbis_ng_ui/src/reducer/sagas.js @@ -19,7 +19,6 @@ function* loginDone() { function* logout() { try { - console.log('logout') const result = yield call(openbis.logout) yield put(actions.logoutDone()) } catch(exception) { -- GitLab