Removed odd g_print's

master
Yevgen Muntyan 2005-07-22 09:44:54 +00:00
parent 3736cbb669
commit 0d8911ab3a
1 changed files with 0 additions and 4 deletions

View File

@ -558,9 +558,6 @@ static void buf_print_unichar_real (MooTermBuffer *buf,
}
}
if (c == '&')
g_print ("%d, %d\n", cursor_row, buf->priv->cursor_col);
if (buf_get_mode (MODE_IRM))
{
moo_term_line_insert_unichar (buf_screen_line (buf, cursor_row),
@ -585,7 +582,6 @@ static void buf_print_unichar_real (MooTermBuffer *buf,
if (buf_get_mode (MODE_DECAWM))
{
moo_term_buffer_new_line (buf);
g_print ("moving to next line\n");
}
}
}