changed some logging from info to debug, removed startindex and depends from services
This commit is contained in:
parent
0aca9d7809
commit
37517c45f4
18 changed files with 35 additions and 104 deletions
|
@ -303,9 +303,6 @@ class CoreDocumentWriter0(Document):
|
|||
s = self.createElement("Service")
|
||||
spn.appendChild(s)
|
||||
s.setAttribute("name", str(svc.name))
|
||||
s.setAttribute("startup_idx", str(svc.startindex))
|
||||
if svc.starttime != "":
|
||||
s.setAttribute("start_time", str(svc.starttime))
|
||||
# only record service names if not a customized service
|
||||
if not svc.custom:
|
||||
continue
|
||||
|
|
|
@ -681,9 +681,6 @@ class DeviceElement(NamedXmlElement):
|
|||
s = self.createElement("service")
|
||||
spn.appendChild(s)
|
||||
s.setAttribute("name", str(svc.name))
|
||||
s.setAttribute("startup_idx", str(svc.startindex))
|
||||
if svc.starttime != "":
|
||||
s.setAttribute("start_time", str(svc.starttime))
|
||||
# only record service names if not a customized service
|
||||
if not svc.custom:
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue