Remove println

Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ac25cfb5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ac25cfb5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ac25cfb5

Branch: refs/heads/qemu-img
Commit: ac25cfb5ab6aac2c928a5b559c72c2ce9e7f88fe
Parents: 23a40a2
Author: Wido den Hollander <[email protected]>
Authored: Mon Feb 25 15:05:39 2013 +0100
Committer: Wido den Hollander <[email protected]>
Committed: Mon Feb 25 15:05:39 2013 +0100

----------------------------------------------------------------------
 .../org/apache/cloudstack/utils/qemu/QemuImg.java  |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ac25cfb5/utils/src/org/apache/cloudstack/utils/qemu/QemuImg.java
----------------------------------------------------------------------
diff --git a/utils/src/org/apache/cloudstack/utils/qemu/QemuImg.java 
b/utils/src/org/apache/cloudstack/utils/qemu/QemuImg.java
index 45d2f13..43107ea 100644
--- a/utils/src/org/apache/cloudstack/utils/qemu/QemuImg.java
+++ b/utils/src/org/apache/cloudstack/utils/qemu/QemuImg.java
@@ -308,7 +308,6 @@ public class QemuImg {
                 newSize = "+" + Long.toString(size);
             } else {
                 newSize = Long.toString(size);
-                System.out.println("NEW SIZE: " + newSize);
             }
         } else {
             if (size <= 0) {

Reply via email to