Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Oct 7, 2024
1 parent de360da commit 985a19f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/desktop/src/main/invitation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ export const updateDesktopFile = (isDev: boolean) => {

try {
const scheme = 'x-scheme-handler/quiet'
logger.info(execSync(`xdg-mime query default ${scheme}`).toString())
logger.info(execSync(`xdg-mime default ${desktopName} ${scheme}`).toString())
logger.info(execSync(`xdg-mime query default ${scheme}`).toString())
} catch (e) {
logger.error("Couldn't set default scheme handler", e)
}
Expand Down

0 comments on commit 985a19f

Please sign in to comment.