1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-19 17:03:45 +02:00

remove print line

This commit is contained in:
Lukas Winkler 2019-08-13 16:49:07 +02:00
parent 3d5f8bd6b3
commit 1a6ab38f48
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -213,7 +213,6 @@ def test_if_there_are_icons_for_all_device_detector_categories(less_important_de
warning = "icon for {icon} missing (should be at src/{type}/{slug}.{{png|svg}})".format(
type=icontype, icon=category[code], slug=slug
)
print(slug)
if slug in less_important_device_detector_icons[icontype]:
print_warning(warning)
else: