Removed test email

This commit is contained in:
Logan Gatlin 2024-10-30 17:14:54 -05:00
parent 2c524fe980
commit d3afa597d6

View file

@ -20,7 +20,6 @@ type Server struct {
}
func main() {
Send("test body")
// Grab command line arguments
ipFlag := flag.String("ip", "127.0.0.1", "IP address to receive traffic from")
portFlag := flag.String("port", "8080", "Port to receive traffic from")