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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user