Skip to content

Commit 53faeb5

Browse files
jackyuan1SbethmtiffanynchauCedarCooperDrewManley
committed
penultimate
Co-authored-by: Sarah Moosa <[email protected]> Co-authored-by: Tiffany Chau <[email protected]> Co-authored-by: Jack Yuan <[email protected]> Co-authored-by: Cedar Cooper <[email protected]> Co-authored-by: Drew Manley <[email protected]>
1 parent ea43a8f commit 53faeb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/helper/commands.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const addRunning = (runningList, callback) => {
5353
}
5454
isInTheList ? '' : newList.push(convertedValue[i]);
5555
}
56-
console.log('addrunning newlist', newList);
56+
// console.log('addrunning newlist', newList);
5757
newList.length ? callback(newList) : '';
5858
}
5959
);

src/main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function createMainWindow() {
2929

3030
if (process.env.NODE_ENV === 'development') {
3131
mainWindow.loadURL(`http://localhost:4000`);
32-
mainWindow.webContents.openDevTools()
32+
// mainWindow.webContents.openDevTools()
3333
} else {
3434
mainWindow.loadURL(
3535
url.format({

0 commit comments

Comments
 (0)