diff --git a/browser/components/sessionstore/SessionStore.sys.mjs b/browser/components/sessionstore/SessionStore.sys.mjs index 945ba7faf11e1..2304c921670d3 100644 --- a/browser/components/sessionstore/SessionStore.sys.mjs +++ b/browser/components/sessionstore/SessionStore.sys.mjs @@ -5300,7 +5300,6 @@ var SessionStoreInternal = { // workspaces Window Id if (aWindowId) { - console.log("SessionStore: restoring window with id " + aWindowId); aWindow.gWorkspaces._windowId = aWindowId; } else { aWindow.gWorkspaces._windowId = WorkspacesWindowUuidService.getGeneratedUuid();