Index: trunk/src/libcschem/hierarchy.c =================================================================== --- trunk/src/libcschem/hierarchy.c (revision 10244) +++ trunk/src/libcschem/hierarchy.c (revision 10245) @@ -103,14 +103,8 @@ switch(lib->type) { case CSCH_SLIB_STATIC: -rnd_trace("static? '%s' '%s':%d\n", lib->name, name, nlen); if (sheet_name_eq(lib->name, name, nlen)) { -/* csch_sheet_t *res = csch_load_sheet(proj, lib->realpath, NULL, NULL, NULL);*/ - csch_sheet_t *res = csch_app_load_sheet_cb(proj, lib->realpath); - - -rnd_trace(" found! loaded '%s' %p\n", lib->realpath, res); - + csch_sheet_t *res = csch_app_load_sheet_cb(proj, lib->realpath); return res; } break;