Commit 376ed4ef authored by Nicolas Dumazet's avatar Nicolas Dumazet

remove pdb


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43100 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 14f26ca0
......@@ -282,7 +282,6 @@ class Telephone(Coordinate, Base):
# Trying to get the country and area from dict,
# but if it fails must be get from preference
preference_tool = self.portal_preferences
import pdb; pdb.set_trace()
if country in ['', None]:
country = preference_tool.getPreferredTelephoneDefaultCountryNumber('')
if area in ['', None]:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment