Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
raychan committed May 6, 2024
1 parent 3d7f905 commit bfc6b12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
Changelog
=========
2.9.0 (2024-5-06)
++++++++++++++++++++++++++
* Add response_validation_exclude_routes support (see #253)

2.8.0 (2024--5-03)
2.8.0 (2024-5-03)
++++++++++++++++++++++++++
* Ensure http 401 in case of missing security (see #239)
* Fix pyramid swagger renderer if missing schema (see #242)
* Reduce usage of deprecated methods (see #241)
* Minor fixes (see #243, #244 and #246)
* Update tox to py38 and py310 and skip swagger 1.2 tests (see #249)

2.7.0 (2019--5-07)
2.7.0 (2019-5-07)
++++++++++++++++++++++++++
* Remove not needed deprecation warnings (see #238)
* Make ``pyramid_swagger`` compatible with ``jsonschema>3`` (see #327)
Expand Down
1 change: 0 additions & 1 deletion pyramid_swagger/tween.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ def should_exclude_request(settings, request, route_info):


def should_exclude_response_validation(settings, route_info):
print(route_info)
return should_exclude_route(settings.response_validation_exclude_routes, route_info)


Expand Down

0 comments on commit bfc6b12

Please sign in to comment.