From: Dan Breslau Date: Tue, 25 Oct 2016 21:36:54 +0000 (-0400) Subject: Speaking of cruft, remove a printf that I'd accidentally left in the last commit X-Git-Tag: v0.9.6~4 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=commitdiff_plain;h=6f70eca976f960d3e9a513ab3c531d1b1b99752e Speaking of cruft, remove a printf that I'd accidentally left in the last commit --- 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() {