diff --git a/util.py b/util.py index 99e1120..0bee4ff 100644 --- a/util.py +++ b/util.py @@ -58,8 +58,6 @@ def has_signal(line, col_names): if n.lower() == "signal" and i < len(values): if len(values[i].strip()) > 0 and values[i].strip()[0] != "-": return True - else: - print(i, values[i]) return False @@ -119,8 +117,8 @@ def read_stimuli_file(dataset): index += 1 elif l.lower().startswith("#key"): # table data coming data, index = parse_table(lines, index) - stimulus_indices.append(data) # we are done with this repro run + stimulus_indices.append(data) settings[current_section_name] = current_section.copy() repro_settings.append(settings.copy()) current_section = None