diff --git a/predicators/approaches/active_sampler_learning_approach.py b/predicators/approaches/active_sampler_learning_approach.py index c05ec7a0f2..e921b78fba 100644 --- a/predicators/approaches/active_sampler_learning_approach.py +++ b/predicators/approaches/active_sampler_learning_approach.py @@ -595,10 +595,6 @@ def _sample(state: State, goal: Set[GroundAtom], rng: np.random.Generator, else: raise NotImplementedError('Exploration strategy ' + f'{strategy} ' + 'is not implemented.') - - logging.info(f"State: {state}") - logging.info(f"Best Sample: {samples[idx]}") - return samples[idx] return _sample