Work on person methods and related
This commit is contained in:
@@ -42,8 +42,6 @@ def load_event_registration_obj(
|
||||
if event_registration_rec := sql_select(table_name='v_event_registration', record_id=event_registration_id): pass
|
||||
else: return False
|
||||
|
||||
print('******************************** HERE')
|
||||
|
||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(event_registration_rec)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user