diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-30 09:46:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-30 09:46:12 +0000 |
commit | 823c2b18f14c0fdd817b62e95b13f1c7e0d38a9d (patch) | |
tree | e79f0ce5a1f1f843c2835b06c77a6975ff1e6b07 | |
parent | 90d39a8a22c3f75e7eb4a79062e1d94c1fa1ff85 (diff) |
stray printf
Change-Id: If0a151822db6555c52077e77b05bf381010c13bf
-rw-r--r-- | cui/source/options/certpath.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx index f1873b0ca15b..8f2023dd95e9 100644 --- a/cui/source/options/certpath.cxx +++ b/cui/source/options/certpath.cxx @@ -120,8 +120,6 @@ CertPathDialog::CertPathDialog( Window* pParent ) : IMPL_LINK_NOARG(CertPathDialog, OKHdl_Impl) { - fprintf(stderr, "dir is %s\n", OUStringToOString(getDirectory(), RTL_TEXTENCODING_UTF8).getStr()); - try { boost::shared_ptr< comphelper::ConfigurationChanges > batch( |