@ -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());
@ -123,7 +123,6 @@ export class CreateGroupDialog extends React.Component<Props, State> {
<div className="spacer-lg" />
<div className="buttons">
<h1 style={{color:'white'}}>What is going on here</h1>
<button className="cancel" tabIndex={0} onClick={this.closeDialog}>
{cancelText}
</button>