Remove debugging statement

pull/3969/head
Travis Ralston 2018-09-26 14:01:02 -06:00
parent 2a7b3439de
commit 82fa31799c
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ def _create_rerouter(func_name):
)
else:
destination = get_domain_from_id(group_id)
logger.info("Triggering call")
d = getattr(self.transport_client, func_name)(
destination, group_id, *args, **kwargs
)