Tor demo: Delete unused --flag samAddr

This commit is contained in:
eyedeekay 2024-08-03 17:14:21 -04:00
parent e030f0b8f9
commit 4341cd2a5e
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1

View file

@ -39,8 +39,6 @@ import (
"github.com/matrix-org/dendrite/userapi"
)
var samAddr = flag.String("samaddr", "127.0.0.1:7656", "Address to connect to the I2P SAMv3 API")
func main() {
cfg := setup.ParseFlags(true)