Forgot to remove pdb D:

This commit is contained in:
Alexandre Aubin 2023-03-06 20:15:20 +01:00
parent 0a937ab0bd
commit acb359bdbf

View file

@ -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"]: