diff options
Diffstat (limited to 'g10/import.c')
-rw-r--r-- | g10/import.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/import.c b/g10/import.c index 0953ade44..8c96e5a6a 100644 --- a/g10/import.c +++ b/g10/import.c @@ -625,8 +625,7 @@ check_prefs(KBNODE keyblock) } } -#warning DEBUG CODE ENABLED - if(problem || getenv ("FOOBAR")) + if(problem) { log_info(_("it is strongly suggested that you update" " your preferences and\n")); |