about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 3b066cf7..75f3c793 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -2801,7 +2801,6 @@ cmd_otr(gchar **args, struct cmd_help_t help)
             } else {
                 char *recipient = ui_current_recipient();
                 otr_smp_secret(recipient, secret);
-                ui_current_print_formatted_line('!', 0, "OTR secret entered");
             }
         }
         return TRUE;