Speaking of cruft, remove a printf that I'd accidentally left in the last commit
authorDan Breslau <dbreslau@painless-security.com>
Tue, 25 Oct 2016 21:36:54 +0000 (17:36 -0400)
committerDan Breslau <dbreslau@painless-security.com>
Tue, 25 Oct 2016 21:36:54 +0000 (17:36 -0400)
src/moonshot-id.vala

index dec6777..42916c5 100644 (file)
@@ -72,7 +72,6 @@ public class TrustAnchor : Object
 """<!-- Remove the begin and end lines from the PEM output of
 openssl to produce this format.  Alternatively, base64 encode a DER format certificate -->""";
         _ca_cert = _ca_cert.replace(cruft, "");
-        stdout.printf("ca_cert is now " + _ca_cert + "\n");
     }
 
     public TrustAnchor.empty() {