Some more refactoring

This commit is contained in:
Gregory Schier
2023-04-01 21:48:30 -07:00
parent b5e9852f8d
commit 818595e961
3 changed files with 120 additions and 118 deletions

View File

@@ -135,7 +135,6 @@ export const RequestPane = memo(function RequestPane({ style, fullHeight, classN
'send_request',
async ({ windowLabel }) => {
if (windowLabel !== appWindow.label) return;
console.log('SEND REQUEST', activeRequest?.url);
await invoke('send_request', { requestId: activeRequestId });
},
[activeRequestId],