From: Roland Häder Date: Tue, 30 May 2017 14:30:37 +0000 (+0200) Subject: Nope, this will add hashes to the list ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=37393f5a80f45340f14d3c2159619c4867ec4eab;p=core.git Nope, this will add hashes to the list ... Signed-off-by: Roland Häder --- diff --git a/framework/main/classes/lists/class_BaseList.php b/framework/main/classes/lists/class_BaseList.php index de9f3343..dfe9803a 100644 --- a/framework/main/classes/lists/class_BaseList.php +++ b/framework/main/classes/lists/class_BaseList.php @@ -162,12 +162,6 @@ class BaseList extends BaseFrameworkSystem implements IteratorAggregate, Countab // 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());