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 {
|
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);
|
int idx = recordings.indexOf(recording);
|
||||||
recording = recordings.get(idx);
|
recording = recordings.get(idx);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue