Skip to content

Commit 6def103

Browse files
Remove prints
1 parent 624e06a commit 6def103

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/context/DashboardContext.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const DashboardContextProvider = ({ children }: Props) => {
3131
*/
3232
const getApplications = () => {
3333
const result = ipcRenderer.sendSync('getApps');
34-
console.log('result', result)
3534
setApplications(result);
3635
};
3736

0 commit comments

Comments
 (0)