mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-05 17:30:48 +08:00
Undoing some debug statements
This commit is contained in:
@@ -38,11 +38,8 @@ def create_labeler(
|
||||
"""
|
||||
Create new labeler.
|
||||
"""
|
||||
print("create_labelere")
|
||||
deps.api_auth(api_key, db, create=True)
|
||||
print(item_in)
|
||||
item = crud.labeler.create(db=db, obj_in=item_in)
|
||||
print(item)
|
||||
return item
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user