src/include/H5_err.h:

- remove debug output from H5AbortOnError()
This commit is contained in:
2016-07-01 15:32:54 +02:00
parent 85ecf4c387
commit e56872ce92
+1 -2
View File
@@ -49,8 +49,7 @@ static inline h5_err_t
H5AbortOnError (
void
) {
H5_API_ENTER (h5_err_t, "%s", "");
H5_API_RETURN (h5_set_errorhandler (h5_abort_errorhandler));
return h5_set_errorhandler (h5_abort_errorhandler);
}
/**