diff --git a/dj_iconify/views.py b/dj_iconify/views.py index 68501be31e0bba79c075257638d0b435576cbcec..70f3e72d6cc88ef22d63206f8e5aee1988c88170 100644 --- a/dj_iconify/views.py +++ b/dj_iconify/views.py @@ -49,7 +49,6 @@ class IconifyJSONView(View): # Load icon set through Iconify types collection_file = os.path.join(JSON_ROOT, "json", f"{collection}.json") try: - print(icons) icon_set = IconifyJSON.from_file(collection_file, only=icons) except FileNotFoundError as exc: raise Http404(f"Icon collection {collection} not found") from exc