Revert "agnhost/netexec: log hostname"

This reverts commit 90561cb9d9.
This commit is contained in:
Daman Arora
2024-07-18 19:52:14 +05:30
parent 7693a7e71a
commit f6676a2c0e

View File

@@ -727,7 +727,6 @@ func startSCTPServer(sctpPort int) {
func getHostName() string {
hostName, err := os.Hostname()
log.Printf("hostname: %s", hostName)
assertNoError(err, "failed to get hostname")
return hostName
}