commented out debug

SVN revision: 14921
This commit is contained in:
Carsten Haitzler 2005-05-23 07:06:20 +00:00
parent 0a61e33102
commit 396a16f47c
1 changed files with 2 additions and 0 deletions

View File

@ -689,6 +689,7 @@ _edje_file_add(Edje *ed)
ed->file = _edje_file_cache_find(ed->path);
if (!ed->file)
{
// printf("OPEN EDJE %s\n", ed->path);
ef = eet_open(ed->path, EET_FILE_MODE_READ);
if (!ef)
{
@ -763,6 +764,7 @@ _edje_file_add(Edje *ed)
ed->load_error = EDJE_LOAD_ERROR_CORRUPT_FILE;
goto out;
}
// printf("OPEN COLL %s\n", ed->part);
snprintf(buf, sizeof(buf), "scripts/%i", id);
data = eet_read(ef, buf, &size);