From 89f1e8d671123cf95913749d6f2b86b510c74c5a Mon Sep 17 00:00:00 2001
From: Tebbo <root@Dataport-DA23-72144.dsc.dataport.de>
Date: Wed, 5 Mar 2025 11:50:41 +0100
Subject: [PATCH] Deleted debug information on example 17

---
 17_TLSCarCounting/example17.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/17_TLSCarCounting/example17.py b/17_TLSCarCounting/example17.py
index e2f0afc..bf6cf17 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"]))
-- 
GitLab