[FIX] remove call to debugger

This commit is contained in:
Stefan Rijnhart
2012-06-26 13:17:32 +02:00
parent 59016af783
commit d6334df369

View File

@@ -69,8 +69,6 @@ def get_period(pool, cursor, uid, date, company, log):
return False
fiscalyear_id = fiscalyear_ids[0]
import pdb
pdb.set_trace()
period_ids = period_obj.search(cursor, uid, [
('date_start','<=',search_date), ('date_stop','>=',search_date),
('fiscalyear_id','=',fiscalyear_id), ('state','=','draft'),