Skip to content

Commit

Permalink
Merge pull request #237 from getlantern/nelson/netstate_logging
Browse files Browse the repository at this point in the history
netstate: less verbose logging
  • Loading branch information
noahlevenson authored Jan 18, 2024
2 parents 2c7105f + dd43356 commit 90be1ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion netstate/d/netstated.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ func handleExec(w http.ResponseWriter, r *http.Request) {

w.WriteHeader(http.StatusOK)
w.Write([]byte("200\n"))
common.Debug(world.data)
}

// TODO: delete me and replace with a real CORS strategy!
Expand Down

0 comments on commit 90be1ff

Please sign in to comment.