diff --git a/slate/slate.py b/slate/slate.py index e2261bf..1a16d57 100644 --- a/slate/slate.py +++ b/slate/slate.py @@ -250,7 +250,6 @@ class Slate(): print(f'[i] All threads/processes have terminated') def _init_sweep(self, config): - pprint(config['sweep']) if self.sweep_id == None and self.consume(config, 'sweep.enable', False): sweepC = self.consume(config, 'sweep') wandbC = copy.deepcopy(config['wandb'])