Skip to content

Commit

Permalink
Cleanup mistaken debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Jun 23, 2024
1 parent ecbe4eb commit fcbd747
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sanic/mixins/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class BaseMixin(metaclass=SanicMeta):
def _generate_name(
self, *objects: Union[NameProtocol, DunderNameProtocol, str]
) -> str:
print(objects)
name: Optional[str] = None
for obj in objects:
if not obj:
Expand Down

0 comments on commit fcbd747

Please sign in to comment.