removed changes

This commit is contained in:
ston1th 2020-06-01 16:11:25 +02:00
commit 3789178234
2 changed files with 1 additions and 5 deletions

View file

@ -32,7 +32,6 @@ func (s *Server) body() (httpbody, error) {
"searchdomain": s.SearchDomain,
}
userdata, err := s.UserData.String()
//fmt.Println("--- plain:", userdata)
body["ciuserdata"] = userdata
for i, n := range s.NetDevices {
body["net"+strconv.Itoa(i)] = n.String()