Remove the printf for inserting characters as imho it's not really needed

anymore. Entry widget seems to be working fine.


SVN revision: 23292
This commit is contained in:
Christopher Michael 2006-06-08 15:47:09 +00:00
parent faa1872544
commit c1c9b37503
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ e_editable_text_insert(Evas_Object *object, const char *text)
if ((!text) || ((strlen(text) <= 1) && (text[0] < 0x20)))
return;
printf("Insert: \"%s\"\n", text);
cursor = (Evas_Textblock_Cursor *)evas_object_textblock_cursor_get(sd->text_object);
if (sd->cursor_at_the_end)