Commit 382e8d75 authored by vysheng's avatar vysheng

Deleted debug output

parent d0adb131
...@@ -1954,7 +1954,6 @@ int send_encr_accept_on_answer (struct query *q UU) { ...@@ -1954,7 +1954,6 @@ int send_encr_accept_on_answer (struct query *q UU) {
int send_encr_request_on_answer (struct query *q UU) { int send_encr_request_on_answer (struct query *q UU) {
struct secret_chat *E = fetch_alloc_encrypted_chat (); struct secret_chat *E = fetch_alloc_encrypted_chat ();
logprintf ("state = %d\n", E->state);
if (E->state == sc_deleted) { if (E->state == sc_deleted) {
print_start (); print_start ();
push_color (COLOR_YELLOW); push_color (COLOR_YELLOW);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment