> + /*
> + for(ComputeMetadata node : context.getComputeService().listNodes()) {
> + logger.info("node: ", node);
> + }
> +
> + for(Hardware hardware :
> context.getComputeService().listHardwareProfiles()) {
> + logger.info("hardware: ", hardware);
> + }
> +
> + for(Image image : context.getComputeService().listImages()) {
> + logger.info("image: ", image);
> + }
> +
> + Image image = context.getComputeService().getImage("UBUNTU_8_64");
> + logger.info("UBUNTU_8_64 image: ", image);
> + */
Can all the commented code in this class be removed?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/296/files#r11139571