]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/dht/virgin/class_DhtVirginState.php
Commented out noisy debug lines
[hub.git] / application / hub / main / states / dht / virgin / class_DhtVirginState.php
index bef834318c1eb7063f794d088fc05e3ade9fedde..2042ac4f1723011d84175aaeb222c76d7dfcba72 100644 (file)
@@ -46,7 +46,7 @@ class DhtVirginState extends BaseDhtState implements Stateable {
                $stateInstance = new DhtVirginState();
 
                // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('DHT-STATE: Has changed from ' . $dhtInstance->getPrintableState() . ' to ' . $stateInstance->getStateName() . '.');
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-STATE: Has changed from ' . $dhtInstance->getPrintableState() . ' to ' . $stateInstance->getStateName() . '.');
 
                // Set the dht instance
                $stateInstance->setDhtInstance($dhtInstance);