From a005d284a317f493e5a40ed3e8529541a2f83d9a Mon Sep 17 00:00:00 2001 From: Daniel Xenes Date: Thu, 16 Sep 2021 14:25:44 -0400 Subject: [PATCH] remove debug statements --- django/bosscore/views/views_resource.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/django/bosscore/views/views_resource.py b/django/bosscore/views/views_resource.py index 997141f..b7dc431 100644 --- a/django/bosscore/views/views_resource.py +++ b/django/bosscore/views/views_resource.py @@ -666,11 +666,7 @@ def post(self, request, collection, experiment, channel): cv_path = channel_data.get('cv_path', None) if use_cloudvol and (cv_path is None or cv_path == ''): channel_data['cv_path'] = f'/{collection}/{experiment}/{channel}' - - from bossutils.logger import bossLogger - logger = bossLogger() - logger.info(f'DX...channel data: {channel_data}') - logger.info(f'DX...channel request: {request.__dict__}') + if use_cloudvol: # DX NOTE: For now we assume that cloudvolume channels are downsampled. This means # that the num_hierarchy_levels in the experiment should be limited to the available