[pan2] removed debug output



commit 7fd6ede99c711feedd240ea6d84f68e3a6b98127
Author: Heinrich MÃller <henmull src gnome org>
Date:   Wed May 30 23:36:02 2012 +0200

    removed debug output

 pan/data/cert-store.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/pan/data/cert-store.cc b/pan/data/cert-store.cc
index 8fa872a..67bdea6 100644
--- a/pan/data/cert-store.cc
+++ b/pan/data/cert-store.cc
@@ -184,8 +184,6 @@ namespace pan
       }
     }
 
-    std::cerr<<mydata->always_trust<<" "<<ret<<" "<<fail<<"\n";
-
     /* auto-add new cert if we always trust this server and the cert isn't already stored in the store */
     /* fail is only set if we don't always trust this server and a critical condition occurred, e.g. hostname mismatch */
     if (mydata->always_trust && ret < 0)



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