Skip to content

Commit

Permalink
Merge pull request #269 from JoQCcoz/new_selectors
Browse files Browse the repository at this point in the history
removed repetitive debug message
  • Loading branch information
JoQCcoz authored May 15, 2024
2 parents 4aebf4f + d7792e1 commit 21bd1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Smartscope/server/api/serializers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def extract_targets(data, label_types:List[str]=['__all__']):
if label_types == ['__all__']:
logger.debug(f'Label types: {label_types}. Using all available label types')
# logger.debug(f'Label types: {label_types}. Using all available label types')
label_types = ['finders','classifiers','selectors']
target_labels= dict()
output_labels = []
Expand Down

0 comments on commit 21bd1c2

Please sign in to comment.