Skip to content

Commit

Permalink
Update ipc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
labi-le authored May 11, 2024
1 parent 4024e8e commit d8ba6ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipc.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func MustClient(sign string) *IPCClient {
_, exist := os.Stat(readsock)
_, wexist := os.Stat(writesock)
if exist == nil && wexist == nil {
log.Println("version hyprland < 0.40")
return NewClient(
readsock,
writesock,
Expand Down

0 comments on commit d8ba6ca

Please sign in to comment.