# HG changeset patch # User Simon Cross # Date 1302129389 -7200 # Node ID 6e7faba82c21891340f35a2880af4c8af044260b # Parent c5c4306593d8915a50507d17a50b06b35db456c8 Remove debugging pdb. diff -r c5c4306593d8 -r 6e7faba82c21 skaapsteker/sprites/base.py --- a/skaapsteker/sprites/base.py Thu Apr 07 00:32:25 2011 +0200 +++ b/skaapsteker/sprites/base.py Thu Apr 07 00:36:29 2011 +0200 @@ -77,9 +77,6 @@ cand_rect.midbottom = cur_pos[0] + cand_rect_offset[0], cur_pos[1] + cand_rect_offset[1] cand_collide_rect.midbottom = cur_pos - import pdb - # pdb.set_trace() - if not self.check_collide_rect(cand_collide_rect, cand_rect, cand_image): return