change defaults for the leases area
[plewww.git] / planetlab / slices / leases-data.php
index 148fca3..a39a639 100644 (file)
@@ -23,7 +23,6 @@ $reservable_nodes=$api->GetNodes(array('|slice_ids'=>intval($slice_id), 'node_ty
 
 // where to start from, expressed as an offset in hours from now
 $rough_start=time()+$leases_offset*3600;
-// show the next 36 grains 
 $duration=$leases_slots*$leases_granularity;
 $steps=$duration/$leases_granularity;
 $start=intval($rough_start/$leases_granularity)*$leases_granularity;