Nope, this will add hashes to the list ...
authorRoland Häder <roland@mxchange.org>
Tue, 30 May 2017 14:30:37 +0000 (16:30 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 30 May 2017 14:30:37 +0000 (16:30 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/lists/class_BaseList.php

index de9f33433c91be0643dd15f5b88dd486fbe0bf16..dfe9803a35ac3e71d0febbb378ce0155d8989b86 100644 (file)
@@ -162,12 +162,6 @@ class BaseList extends BaseFrameworkSystem implements IteratorAggregate, Countab
                // Generate the hash
                $hash = $this->generateHash($groupName, $subGroup, $visitableInstance);
 
                // Generate the hash
                $hash = $this->generateHash($groupName, $subGroup, $visitableInstance);
 
-               // Debug message
-               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . ']: this=' . $this->__toString() . ',groupName=' . $groupName  . ',subGroup=' . $subGroup . ',hash=' . $hash . ' - Calling addEntry() ...');
-
-               // Now add it to the group list and hash it
-               $this->listGroups[$groupName]->addEntry($subGroup, $hash);
-
                // Debug message
                //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . ']: this=' . $this->__toString() . ',this->listGroups[' . $groupName . ']=' . $this->listGroups[$groupName]->__toString());
 
                // Debug message
                //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . ']: this=' . $this->__toString() . ',this->listGroups[' . $groupName . ']=' . $this->listGroups[$groupName]->__toString());