Commit 81a00d6d authored by Vincent Pelletier's avatar Vincent Pelletier

Drop unused instance property.

parent a3805aa3
...@@ -621,7 +621,6 @@ class slap: ...@@ -621,7 +621,6 @@ class slap:
Registers connected representation of computer and Registers connected representation of computer and
returns Computer class object returns Computer class object
""" """
self.computer_guid = computer_guid
return self._register(Computer, computer_guid) return self._register(Computer, computer_guid)
def registerComputerPartition(self, computer_guid, partition_id): def registerComputerPartition(self, computer_guid, partition_id):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment