Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dxenes1 committed Sep 16, 2021
1 parent 6f6f1f8 commit a005d28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions django/bosscore/views/views_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a005d28

Please sign in to comment.