Remove unneeded debug_print lines.
[claws.git] / src / plugins / pgpcore / prefs_gpg.c
index b41a82b0d981a6fe172c189d521751243b816215..9ac4bbb81a8d8b34dd2df5939ba1fba12c28d1f5 100644 (file)
@@ -552,10 +552,8 @@ struct GPGAccountConfig *prefs_gpg_account_get_config(PrefsAccount *account)
 
        confstr = prefs_account_get_privacy_prefs(account, "gpg");
        if (confstr != NULL) {
-               debug_print("confstr|%s|\n", confstr);
                strv = g_strsplit(confstr, ";", 0);
                if (strv[0] != NULL) {
-                       debug_print("strv0|%s|\n", strv[0]);
                        if (!strcmp(strv[0], "DEFAULT"))
                                config->sign_key = SIGN_KEY_DEFAULT;
                        else if (!strcmp(strv[0], "BY_FROM"))
@@ -580,10 +578,8 @@ struct GPGAccountConfig *prefs_gpg_account_get_config(PrefsAccount *account)
        if (confstr == NULL)
                confstr = prefs_account_get_privacy_prefs(account, "gpg");
        if (confstr != NULL) {
-               debug_print("confstr|%s|\n", confstr);
                strv = g_strsplit(confstr, ";", 0);
                if (strv[0] != NULL) {
-                       debug_print("strv0|%s|\n", strv[0]);
                        if (!strcmp(strv[0], "DEFAULT"))
                                config->smime_sign_key = SIGN_KEY_DEFAULT;
                        else if (!strcmp(strv[0], "BY_FROM"))