forked from j62/ctbrec
1
0
Fork 0

Remove debug output

This commit is contained in:
0xboobface 2019-06-01 16:12:36 +02:00
parent ebe9d0cf5e
commit 501f685626
1 changed files with 0 additions and 4 deletions

View File

@ -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);