i think we can get rid of the script debugging spam now

SVN revision: 11375
This commit is contained in:
tsauerbeck 2004-08-25 15:42:40 +00:00 committed by tsauerbeck
parent db7455d97a
commit 9c647255e8
1 changed files with 0 additions and 2 deletions

View File

@ -1235,7 +1235,6 @@ _edje_embryo_test_run(Edje *ed, char *fname, char *sig, char *src)
{
void *pdata;
printf("EDJE DEBUG: About to run script from program.\n");
embryo_parameter_string_push(ed->collection->script, sig);
embryo_parameter_string_push(ed->collection->script, src);
pdata = embryo_program_data_get(ed->collection->script);
@ -1249,7 +1248,6 @@ _edje_embryo_test_run(Edje *ed, char *fname, char *sig, char *src)
embryo_error_string_get(embryo_program_error_get(ed->collection->script)));
}
embryo_program_data_set(ed->collection->script, pdata);
printf("EDJE DEBUG: Done.\n");
}
}