mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24:32 +00:00
Remove some debugging verbage
svn path=/trunk/kdesupport/qca/; revision=406686
This commit is contained in:
parent
eff498c466
commit
4808b30585
@ -2317,7 +2317,6 @@ public:
|
||||
virtual bool importKey(const QCA::PKeyBase *key)
|
||||
{
|
||||
Q_UNUSED(key);
|
||||
printf("import key\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -3683,7 +3682,6 @@ class opensslProvider : public QCA::Provider
|
||||
public:
|
||||
void init()
|
||||
{
|
||||
printf("init\n");
|
||||
OpenSSL_add_all_algorithms();
|
||||
ERR_load_crypto_strings();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user