[gnome-ostree] testbase: Delete qemu command verbosity



commit 7eddfb2e0ecddb0293a2890a27ea30fd89e17563
Author: Colin Walters <walters verbum org>
Date:   Mon May 20 18:34:37 2013 -0400

    testbase: Delete qemu command verbosity
    
    It's not really useful.

 src/js/tasks/testbase.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/js/tasks/testbase.js b/src/js/tasks/testbase.js
index 4c837a9..08d3775 100644
--- a/src/js/tasks/testbase.js
+++ b/src/js/tasks/testbase.js
@@ -163,7 +163,6 @@ const TestOneDisk = new Lang.Class({
         let cmdStr = JSON.stringify(cmd);
         this._qemuOut.put_string(cmdStr, this._cancellable);
         let [response, len] = this._qemuIn.read_line_utf8(this._cancellable);
-        print("qemu cmd=" + cmdStr + " response=" + response);
     },
 
     _screenshot: function(isFinal) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]