Skip to content

Commit

Permalink
[FB] Workspaces | Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Dec 22, 2023
1 parent 285f951 commit a064f7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion browser/components/sessionstore/SessionStore.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a064f7f

Please sign in to comment.