Skip to content

Commit

Permalink
gamemode.go: remove unnecessary print
Browse files Browse the repository at this point in the history
Signed-off-by: Jrelvas <[email protected]>
  • Loading branch information
jrelvas-ipc authored Nov 24, 2023
1 parent 08c5d61 commit f20d538
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/bus/gamemode.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ func (s *SessionBus) GamemodeRegister(pid int) (bool, error) {
if s.conn == nil {
return false, nil
}

fmt.Println(os.Getpid())


call := s.portal.Call("org.freedesktop.portal.GameMode.RegisterGame", 0, int32(pid))
if call.Err != nil {
//Transparently handle missing portal
Expand Down

0 comments on commit f20d538

Please sign in to comment.