Skip to content

Commit d3ce849

Browse files
export log removed
1 parent 67baa25 commit d3ce849

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

src/helpers/chatHelpers.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,10 +1177,6 @@ export const settingsMenu = [
11771177
name: getStringSet().SETTINGS_SCREEN.LOG_OUT_LABEL,
11781178
icon: ExitIcon,
11791179
},
1180-
{
1181-
name: 'Export Log',
1182-
icon: LogIcon,
1183-
},
11841180
];
11851181

11861182
export const notificationMenu = [

src/screens/MenuScreen.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,6 @@ function MenuScreen() {
5555
yesButton: stringSet.BUTTON_LABEL.YES_BUTTON,
5656
yesAction: hanldeLogout,
5757
});
58-
} else if (name === 'Export Log') {
59-
FileViewer.open(SDK.getLogFilePath(), {
60-
showOpenWithDialog: true,
61-
})
62-
.then(res => {
63-
console.log('Document opened externally', res);
64-
})
65-
.catch(err => {
66-
console.log('Error while opening Document', err);
67-
showToast(stringSet.TOAST_MESSAGES.NO_APPS_AVAILABLE);
68-
});
6958
}
7059
};
7160

0 commit comments

Comments
 (0)