We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624e06a commit 6def103Copy full SHA for 6def103
1 file changed
app/context/DashboardContext.tsx
@@ -31,7 +31,6 @@ const DashboardContextProvider = ({ children }: Props) => {
31
*/
32
const getApplications = () => {
33
const result = ipcRenderer.sendSync('getApps');
34
- console.log('result', result)
35
setApplications(result);
36
};
37
0 commit comments