apps/examples/elf: Remove some debug code that was left in the previous commit.

This commit is contained in:
Gregory Nutt 2018-03-24 12:49:37 -06:00
parent dbdfad8ff5
commit e413211e6e

View File

@ -343,7 +343,6 @@ int elf_main(int argc, char *argv[])
*/
args[0] = NULL;
printf("Calling exec(%s, %p, %p, %u\n", filename, args, exports, (unsigned int)nexports); // REMOVE ME
ret = exec(filename, args, exports, nexports);
mm_update(&g_mmstep, "after exec");