Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-01-13 16:45:22 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-01-13 16:45:22 +0300
commit69ec5876e561f7905986952a18228900226f2186 (patch)
treebfda6276f73b2262ce4cdff7d9df7c46e06171b4 /src/remmina_passwd.c
parenta814029dfc4c0c6585be557e34c9e5b868e09da2 (diff)
Code cleaning
Diffstat (limited to 'src/remmina_passwd.c')
-rw-r--r--src/remmina_passwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_passwd.c b/src/remmina_passwd.c
index ad23ffde7..f1706a463 100644
--- a/src/remmina_passwd.c
+++ b/src/remmina_passwd.c
@@ -147,7 +147,7 @@ gboolean remmina_passwd(GtkWindow *parent, gchar **unlock_password)
#else
*unlock_password = g_strdup(remmina_passwd_dialog->password);
#endif
- REMMINA_DEBUG ("Password after encryption is: %s", *unlock_password);
+ //REMMINA_DEBUG ("Password after encryption is: %s", *unlock_password);
remmina_passwd_dialog->password = NULL;
rc = TRUE;
break;