From acb359bdbfc4cc6e4e8a600011cf258eaee4eaf7 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 6 Mar 2023 20:15:20 +0100 Subject: [PATCH] Forgot to remove pdb D: --- src/utils/resources.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/resources.py b/src/utils/resources.py index 6202f0353..2b2ba97d8 100644 --- a/src/utils/resources.py +++ b/src/utils/resources.py @@ -352,8 +352,6 @@ class SourcesResource(AppResource): if context.get("action") == "restore": return - import pdb; pdb.set_trace() - for source_id, infos in self.sources.items(): if not infos["prefetch"]: