bzr revid: vmt@openerp.com-20110620153347-zwc42po38cysj5p8
This commit is contained in:
Vo Minh Thu 2011-06-20 17:33:47 +02:00
parent ca91b75f21
commit 73a97f3c3b
1 changed files with 0 additions and 3 deletions

View File

@ -110,9 +110,6 @@ class ir_cron(osv.osv, netsvc.Agent):
except Exception, e:
self._handle_callback_exception(cr, uid, model, func, args, job_id, e)
def yeah(self, cr, uid):
print "YEAH"
def _poolJobs(self, db_name, check=False):
try:
db, pool = pooler.get_db_and_pool(db_name)