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 e0da1218d6dc21e1b892051664e8ebb43ea483f5..637e415fcb7f7da95d011fc4048076e600af22fd 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