From fccd63ad69a3190eaa6c6af17a90584eba63dbd0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Fri, 17 Aug 2012 15:20:09 +0200
Subject: [PATCH] Comment no longer relevant

---
 slapos/slap/slap.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/slapos/slap/slap.py b/slapos/slap/slap.py
index 64e673672..a13a31f39 100644
--- a/slapos/slap/slap.py
+++ b/slapos/slap/slap.py
@@ -352,11 +352,6 @@ class ComputerPartition(SlapDocument):
   def __getinitargs__(self):
     return (self._computer_id, self._partition_id, )
 
-  # XXX: As request is decorated with _syncComputerPartitionInformation it
-  #      will raise ResourceNotReady really early -- just after requesting,
-  #      and not when try to access to real partition is required.
-  #      To have later raising (like in case of calling methods), the way how
-  #      Computer Partition data are fetch from server shall be delayed
   @_syncComputerPartitionInformation
   def request(self, software_release, software_type, partition_reference,
               shared=False, partition_parameter_kw=None, filter_kw=None,
-- 
2.30.9