]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/regular/class_HubRegularNode.php
Only TCP should be fine here
[hub.git] / application / hub / main / nodes / regular / class_HubRegularNode.php
index 243271e6d717c1a33b14cff92abc437ec49f3c52..26d1456fb937ec94a800c2f6a787e8a22eaec79f 100644 (file)
@@ -58,15 +58,9 @@ class HubRegularNode 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.');
        }
 
        /**