aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scd/app-openpgp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c
index 7ecbc6a48..07420c697 100644
--- a/scd/app-openpgp.c
+++ b/scd/app-openpgp.c
@@ -172,7 +172,6 @@ get_cached_data (app_t app, int tag,
if (c)
{
memcpy (c->data, p, len);
- log_debug (" caching tag %04X\n", tag);
c->length = len;
c->tag = tag;
c->next = app->app_local->cache;