X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fiotlab%2Fiotlabaggregate.py;fp=sfa%2Fiotlab%2Fiotlabaggregate.py;h=ee95299b0053a0455edb3ed93792925787df43d3;hb=f1919c3c6a9dafb73722538f566c724b7ecfb09b;hp=2b496152987dbb45a4057de1d4be161ba2dc591a;hpb=862a054f009010f2356c0064bd0930b562bfb443;p=sfa.git diff --git a/sfa/iotlab/iotlabaggregate.py b/sfa/iotlab/iotlabaggregate.py index 2b496152..ee95299b 100644 --- a/sfa/iotlab/iotlabaggregate.py +++ b/sfa/iotlab/iotlabaggregate.py @@ -187,8 +187,6 @@ class IotLABAggregate(object): leases.append(reserved_nodes[lease_id]) rspec_leases = self.leases_to_rspec_leases(leases) - logger.warning("iotlabaggregate list_resources rspec_leases %s" % - rspec_leases) rspec.version.add_leases(rspec_leases) return rspec.toxml()