diff --git a/17_TLSCarCounting/example17.py b/17_TLSCarCounting/example17.py
index e2f0afcd717a7f2da11890df5a199c631944bae9..bf6cf17c8664690f3a4aa340137ad9fc0496a6ad 100644
--- a/17_TLSCarCounting/example17.py
+++ b/17_TLSCarCounting/example17.py
@@ -7,7 +7,6 @@ resource = describe("zst1194_2019.csv", detector=detector)
 resource.to_yaml("zst1194_2019.resource.yaml")
 
 report = validate(Resource("zst1194_2019.resource.yaml"))
-print(report.to_summary())
 
 if not report.valid:
     print(report.flatten(["rowNumber", "fieldNumber", "type"]))