Updated Branches: refs/heads/remove-debug-code [created] f3ca9168a
Removing debugging System.err calls mistakenly included in ecc918b4 Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/f3ca9168 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/f3ca9168 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/f3ca9168 Branch: refs/heads/remove-debug-code Commit: f3ca9168a0d538abac83bd5c0f5a0e95d964356f Parents: 1c9d167 Author: Andrew Phillips <[email protected]> Authored: Tue Oct 22 18:53:53 2013 -0400 Committer: Andrew Phillips <[email protected]> Committed: Tue Oct 22 18:53:53 2013 -0400 ---------------------------------------------------------------------- .../jclouds/aws/ec2/compute/strategy/AWSEC2ListNodesStrategy.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/f3ca9168/providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/compute/strategy/AWSEC2ListNodesStrategy.java ---------------------------------------------------------------------- diff --git a/providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/compute/strategy/AWSEC2ListNodesStrategy.java b/providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/compute/strategy/AWSEC2ListNodesStrategy.java index 91b5c45..81a7382 100644 --- a/providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/compute/strategy/AWSEC2ListNodesStrategy.java +++ b/providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/compute/strategy/AWSEC2ListNodesStrategy.java @@ -79,9 +79,7 @@ public class AWSEC2ListNodesStrategy extends EC2ListNodesStrategy { spotInstancesByIdInRegion(idsByRegions))), spotConverter), notNull()); - System.err.println("spots: " + spots); Iterable<? extends RunningInstance> superInsts = super.pollRunningInstancesByRegionsAndIds(idsByRegions); - System.err.println("superInsts: " + superInsts); return concat(superInsts, spots); }
