mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-27 15:49:50 +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.
|
* Notifies observers and updates state if all files have been ripped.
|
||||||
*/
|
*/
|
||||||
void checkIfComplete() {
|
void checkIfComplete() {
|
||||||
LOGGER.debug("Checkifcomplete was called");
|
|
||||||
if (observer == null) {
|
if (observer == null) {
|
||||||
LOGGER.debug("observer is null");
|
LOGGER.debug("observer is null");
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user