Skip to content

Commit

Permalink
removed ipdb
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Sep 13, 2018
1 parent bf0037f commit 295ea3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/collective/messagesviewlet/upgrades.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def upgrade_to_2000(context):
brains = catalog(portal_type='Message')
logger.info("Found %d messages" % len(brains))
count = 0
import ipdb; ipdb.set_trace()
for brain in brains:
obj = brain.getObject()
correction = False
Expand Down

0 comments on commit 295ea3f

Please sign in to comment.