mobile: cleanup

This commit is contained in:
Ammar Ahmed
2025-02-03 12:16:58 +05:00
committed by Ammar Ahmed
parent 3f1761a540
commit f1dba9ffc2

View File

@@ -636,7 +636,6 @@ export const useEditor = (
) { ) {
useTabStore.getState().newTabSession(tabId!, session); useTabStore.getState().newTabSession(tabId!, session);
} else { } else {
console.log("UPDATING TAB SESSION", session);
useTabStore.getState().updateTab(tabId!, { useTabStore.getState().updateTab(tabId!, {
session: session session: session
}); });