mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 22:08:17 +00:00
Remove stray log statements.
This commit is contained in:
parent
5f63a6a6bd
commit
1e42e2508e
1 changed files with 0 additions and 2 deletions
|
@ -132,9 +132,7 @@ def do_component(parser, token):
|
|||
name="component_block",
|
||||
**PARSE_BITS_DEFAULTS
|
||||
)
|
||||
print(tag_args)
|
||||
tag_name = tag_args.pop(0)
|
||||
# assert False, tag_args[0]
|
||||
|
||||
if len(bits) < 2:
|
||||
raise TemplateSyntaxError("Call the '%s' tag with a component name as the first parameter" % tag_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue