Skip to content

Commit

Permalink
feat: remove verbose log (#213)
Browse files Browse the repository at this point in the history
* feat: mock req body support www-form

* fix: mock api tab add version field

* feat: remove verbose log

* feat: remove verbose log

---------

Co-authored-by: rikasai233 <[email protected]>
  • Loading branch information
lihuacai168 and trumpchifan authored May 31, 2024
1 parent 67f5d7f commit a5a26b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mock/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def process(path, project_id, request: Request):
api_id=mock_api.api_id,
project_id=mock_api.project,
)
logger.info(f"mock_api response_text\n{mock_api.response_text}")
response = load_and_execute(
"mock_api_module", mock_api.response_text, "execute", request
)
Expand Down

0 comments on commit a5a26b2

Please sign in to comment.