Deleted debug output

This commit is contained in:
vysheng 2013-11-06 02:27:14 +04:00
parent d0adb13107
commit 382e8d7545

View File

@ -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);