forked from j62/ctbrec
Remove debug output
This commit is contained in:
parent
ebe9d0cf5e
commit
501f685626
|
@ -122,10 +122,6 @@ public class RecordingManager {
|
|||
}
|
||||
|
||||
public void delete(Recording recording) throws IOException {
|
||||
for (Recording rec : recordings) {
|
||||
LOG.debug(rec.toString() + " " + rec.getPath() + " " + recording.equals(rec));
|
||||
}
|
||||
|
||||
int idx = recordings.indexOf(recording);
|
||||
recording = recordings.get(idx);
|
||||
|
||||
|
|
Loading…
Reference in New Issue