diff --git a/src/App.tsx b/src/App.tsx index 39846b4..5ffabba 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -67,7 +67,6 @@ const App = () => { webFrame.setZoomFactor(newZoomFactor); localStorage.setItem('zoomFactor', String(newZoomFactor)); setZoomFactor(newZoomFactor); - console.log('newZoomFactor', newZoomFactor); notifyToast('info', `${Math.round(newZoomFactor * 100)}%`); } },