1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* remove debug output

This commit is contained in:
Reinhard Pointner 2014-08-13 15:54:22 +00:00
parent ef4c08ac8e
commit a9d66da51c

View File

@ -217,7 +217,6 @@ public class ReleaseInfo {
volumeRoots = unmodifiableSet(volumes);
}
System.out.println(volumeRoots);
return volumeRoots;
}