1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 08:16:07 +00:00

remove print

This commit is contained in:
王健辉
2019-05-10 09:58:17 +08:00
parent 7ed4b2f43c
commit d0fab86256

View File

@@ -1593,7 +1593,6 @@ class RepoOwner(APIView):
seafile_api.set_repo_owner(repo_id, new_owner)
except SearpcError as e:
logger.error(e)
print e
error_msg = 'Internal Server Error'
return api_error(status.HTTP_500_INTERNAL_SERVER_ERROR, error_msg)