Index: trunk/src/plugins/io_easyeda/read_hi_pro.c =================================================================== --- trunk/src/plugins/io_easyeda/read_hi_pro.c (revision 10665) +++ trunk/src/plugins/io_easyeda/read_hi_pro.c (revision 10666) @@ -946,7 +946,6 @@ fullpath = rnd_lrealpath(fn); cmd = easypro_zip_cmd(prefix, io_easyeda_conf.plugins.io_easyeda.zip_extract_cmd, fullpath); free(fullpath); - rnd_trace("cmd='%s'\n", cmd); res = rnd_system(NULL, cmd); if (res != 0) {