Tiger14n commited on
Commit
cb8e42f
·
1 Parent(s): 3c91583
Files changed (1) hide show
  1. osuT5/inference/postprocessor.py +0 -1
osuT5/inference/postprocessor.py CHANGED
@@ -135,7 +135,6 @@ def adjust_hit_objects(hit_objects, bpm, offset):
135
 
136
 
137
  if len(adjusted_times) > 0 and int(time) == adjusted_times[-1] and adjusted_hit_objects[-1].type != (EventType.LAST_ANCHOR or EventType.SLIDER_END):
138
- print("time is the same")
139
  time = move_to_next_tick(time, bpm)
140
  adjusted_hit_objects.append(Event(EventType.TIME_SHIFT, time))
141
  adjusted_times.append(int(time))
 
135
 
136
 
137
  if len(adjusted_times) > 0 and int(time) == adjusted_times[-1] and adjusted_hit_objects[-1].type != (EventType.LAST_ANCHOR or EventType.SLIDER_END):
 
138
  time = move_to_next_tick(time, bpm)
139
  adjusted_hit_objects.append(Event(EventType.TIME_SHIFT, time))
140
  adjusted_times.append(int(time))