Skip to content
Snippets Groups Projects
Commit ef16112a authored by yvesn's avatar yvesn
Browse files

SSDM-7588: removed console.out

parent 423447c0
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ function* loginDone() { ...@@ -19,7 +19,6 @@ function* loginDone() {
function* logout() { function* logout() {
try { try {
console.log('logout')
const result = yield call(openbis.logout) const result = yield call(openbis.logout)
yield put(actions.logoutDone()) yield put(actions.logoutDone())
} catch(exception) { } catch(exception) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment