From 6f70eca976f960d3e9a513ab3c531d1b1b99752e Mon Sep 17 00:00:00 2001 From: Dan Breslau Date: Tue, 25 Oct 2016 17:36:54 -0400 Subject: [PATCH] Speaking of cruft, remove a printf that I'd accidentally left in the last commit --- src/moonshot-id.vala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/moonshot-id.vala b/src/moonshot-id.vala index dec6777..42916c5 100644 --- a/src/moonshot-id.vala +++ b/src/moonshot-id.vala @@ -72,7 +72,6 @@ public class TrustAnchor : Object """"""; _ca_cert = _ca_cert.replace(cruft, ""); - stdout.printf("ca_cert is now " + _ca_cert + "\n"); } public TrustAnchor.empty() { -- 2.1.4