]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/master/class_HubMasterNode.php
Only TCP should be fine here
[hub.git] / application / hub / main / nodes / master / class_HubMasterNode.php
index 92b100c749900d5069b9fb201ed6412cca1b9b48..96399a495c455567c3ab54132ed6f53b8bbcea5a 100644 (file)
@@ -58,15 +58,9 @@ class HubMasterNode extends BaseHubNode implements NodeHelper {
         * @todo        Implement this method
         */
        public function doBootstrapping () {
-               // Output message
-               $this->getDebugInstance()->output('BOOTSTRAP: Beginning with bootstrap...');
-
                // Call generic (parent) bootstrapping method first
                parent::doGenericBootstrapping();
                $this->partialStub('Please implement this method.');
-
-               // Output message
-               $this->getDebugInstance()->output('BOOTSTRAP: Bootstrap finished.');
        }
 
        /**