Skip to content

Commit

Permalink
Revert "Update server.go"
Browse files Browse the repository at this point in the history
This reverts commit efa0deb.
  • Loading branch information
skadarnold committed Jul 17, 2024
1 parent f8e0dd7 commit 563f34c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ppp/pptp/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ func (c *Connection) handleEcho(msg []byte) {
// Send back the same identifier:
copy(reply[10:14], msg[10:14])
c.sendMessage(reply)

p.log("echo message %s",
msg)
}

func (c *Connection) Close() error {
Expand Down

0 comments on commit 563f34c

Please sign in to comment.