diff --git a/main.js b/main.js index 0f57c3956..2eb625db8 100644 --- a/main.js +++ b/main.js @@ -721,7 +721,6 @@ async function showPermissionsPopupWindow() { // Some APIs can only be used after this event occurs. let ready = false; app.on('ready', async () => { - console.log('see me in here'); const userDataPath = await getRealPath(app.getPath('userData')); const installPath = await getRealPath(app.getAppPath()); diff --git a/ts/components/conversation/CreateGroupDialog.tsx b/ts/components/conversation/CreateGroupDialog.tsx index b4adefec7..1daf947db 100644 --- a/ts/components/conversation/CreateGroupDialog.tsx +++ b/ts/components/conversation/CreateGroupDialog.tsx @@ -123,7 +123,6 @@ export class CreateGroupDialog extends React.Component {
-

What is going on here