whoops, left some debug in

SVN revision: 73965
This commit is contained in:
Mike Blumenkrantz 2012-07-17 09:50:38 +00:00
parent 7d88737440
commit 644ff46ecd
1 changed files with 0 additions and 1 deletions

View File

@ -5619,7 +5619,6 @@ _e_fm2_typebuf_char_append(Evas_Object *obj, const char *ch)
free(sd->typebuf.buf);
sd->typebuf.buf = ts;
_e_fm2_typebuf_match(obj, 0);
fprintf(stderr, "APPEND: %s\n", ch);
if ((ch[0] == '/') && (sd->typebuf.buf) && ((len > 1) || (sd->typebuf.buf[0] != '~')))
{
if (e_util_strcmp(sd->dev, "desktop") && ecore_file_is_dir(sd->typebuf.buf))