From fabc051cdea49b11b795f956353243edbad4f770 Mon Sep 17 00:00:00 2001
From: cwy-p8d-u1 <sven-ove.haensel@stud.hs-hannover.de>
Date: Mon, 5 Aug 2024 11:55:36 +0200
Subject: [PATCH] Node limit  deleted

---
 .../sub_mem_whole_batch_kind_oriented_two_label.py              | 2 --
 1 file changed, 2 deletions(-)

diff --git a/code/infrastructure/streaming/clients/sub/memgraph/kind_oriented/sub_mem_whole_batch_kind_oriented_two_label.py b/code/infrastructure/streaming/clients/sub/memgraph/kind_oriented/sub_mem_whole_batch_kind_oriented_two_label.py
index e0da121..637e415 100644
--- a/code/infrastructure/streaming/clients/sub/memgraph/kind_oriented/sub_mem_whole_batch_kind_oriented_two_label.py
+++ b/code/infrastructure/streaming/clients/sub/memgraph/kind_oriented/sub_mem_whole_batch_kind_oriented_two_label.py
@@ -150,8 +150,6 @@ def parse_json_to_cypher(data_list) :
     batchData = batchDataHolder()
     all_values = {}
 
-    if nodes_count>2400000:
-        print('2400000 Nodes')
     for input_string in data_list: # run throuh subgraphs of the Batch
 
         nodes_count = nodes_count +1
-- 
GitLab