Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 20, 2024
1 parent 5bf6a5e commit e647692
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -615,10 +615,6 @@ const router = t.router({
? VALIDATED_CLI_ARGS.holochainVersion.adminPort
: undefined,
};
console.log(
'WINDOW_INFO_MAP[happWindow.webContents.id]: ',
WINDOW_INFO_MAP[happWindow.webContents.id],
);
happWindow.on('close', () => {
delete WINDOW_INFO_MAP[happWindow.webContents.id];
});
Expand Down

0 comments on commit e647692

Please sign in to comment.