Skip to content

Commit bd6a26a

Browse files
committed
fix stupid debug message
1 parent 5908b41 commit bd6a26a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/read_fast5.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ herr_t fast5_attribute_itr (hid_t loc_id, const char *name, const H5A_info_t *i
263263
ERROR("%s", "This should not be printed");
264264
return -1;
265265
}
266-
DEBUG("%s","convert error");
267266
std::string key = "co_" + std::string(name); //convert
268267
char warn_message[300];
269268
sprintf(warn_message,"Convert: Converting the attribute %s/%s from %s to string",operator_data->group_name, name, h5t_class.c_str());

0 commit comments

Comments
 (0)