1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-26 07:14:38 +02:00

Removed unneeded debuging statments

This commit is contained in:
cyian-1756
2019-03-16 12:55:25 -04:00
parent bce71fb99d
commit cad8dcdac1

View File

@@ -431,7 +431,6 @@ public abstract class AbstractRipper
* Notifies observers and updates state if all files have been ripped.
*/
void checkIfComplete() {
LOGGER.debug("Checkifcomplete was called");
if (observer == null) {
LOGGER.debug("observer is null");
return;