mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Forgot to remove pdb D:
This commit is contained in:
parent
0a937ab0bd
commit
acb359bdbf
1 changed files with 0 additions and 2 deletions
|
@ -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"]:
|
||||
|
|
Loading…
Add table
Reference in a new issue