[seahorse] gkr: Forgot to remove a debug statement.



commit 3cd52a8402e6fe6c457a98a81374c0df184b0ace
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sat Aug 18 22:23:38 2018 +0200

    gkr: Forgot to remove a debug statement.
    
    I wanted to push before I got off the train, but seems I was too much in
    a hurry.

 gkr/gkr-keyring.vala | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gkr/gkr-keyring.vala b/gkr/gkr-keyring.vala
index 00995bd6..e6ecaf76 100644
--- a/gkr/gkr-keyring.vala
+++ b/gkr/gkr-keyring.vala
@@ -189,7 +189,6 @@ public class Keyring : Secret.Collection, Gcr.Collection, Place, Deletable, Lock
                                                    GLib.DBusCallFlags.NONE, -1, null, (obj, res) => {
                        try {
                                var retval = service.get_connection().call.end(res);
-                               warning("RETVAL=%s", (retval==null).to_string());
                                string prompt_path;
                                retval.get("(o)", out prompt_path);
                                service.prompt_at_dbus_path.begin(prompt_path.dup(), null, null, (obj, res) 
=> {


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