tests: remove debug trace

This commit is contained in:
Hugues Delorme 2016-02-05 12:20:37 +01:00
parent f6b71695c0
commit c425484c64

View File

@ -55,8 +55,6 @@ const char* generic_test_stl_infos(const struct gmio_test_stl_infos* test)
struct gmio_stream stream = gmio_stream_stdio(file); struct gmio_stream stream = gmio_stream_stdio(file);
int error = GMIO_ERROR_OK; int error = GMIO_ERROR_OK;
puts(test->filepath);
infos.stla_solidname = stla_solid_name; infos.stla_solidname = stla_solid_name;
infos.stla_solidname_maxlen = sizeof(stla_solid_name) - 1; infos.stla_solidname_maxlen = sizeof(stla_solid_name) - 1;
error = gmio_stl_infos_get(&infos, stream, GMIO_STL_INFO_FLAG_ALL, NULL); error = gmio_stl_infos_get(&infos, stream, GMIO_STL_INFO_FLAG_ALL, NULL);