Browse Source

removing debugging statement

pull/1432/head
zanussbaum 3 years ago
parent
commit
df61e8a012
1 changed files with 0 additions and 1 deletions
  1. 1
      backend/api/tasks.py

1
backend/api/tasks.py

@ -83,7 +83,6 @@ class DataFactory:
def create(self, examples, user, project):
self.create_label(examples, project)
ids = self.create_data(examples, project)
logger.debug(f'IDS {[ids[i].text for i in range(15)]}')
self.create_annotation(examples, ids, user, project)

Loading…
Cancel
Save