plublik_dump: remove forgotten pdb break point

This commit is contained in:
Nicolas Roche 2022-04-29 13:46:05 +02:00
parent 839f5ee8d9
commit 63f990df88
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ class PublikDump():
if not len(tenants) == 1:
raise(Exception('tenant not found'))
tenant = tenants[0]
import pdb; pdb.set_trace()
for service in tenant['services']:
service.update(self.parse_service(service))