X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fnodes%2Fmaster%2Fclass_HubMasterNode.php;h=3e9d399fe42f63bccc0c061412fffec14eb99bcd;hb=9cb3c72a99fe8d5fe4f5413ec98affc68b125f64;hp=d67910beefdd1c2306222b3e9bfd9dd467f01aca;hpb=7aa496666dd1d41fc58dc9bbacd1e9877ed875a7;p=hub.git diff --git a/application/hub/main/nodes/master/class_HubMasterNode.php b/application/hub/main/nodes/master/class_HubMasterNode.php index d67910bee..3e9d399fe 100644 --- a/application/hub/main/nodes/master/class_HubMasterNode.php +++ b/application/hub/main/nodes/master/class_HubMasterNode.php @@ -58,8 +58,6 @@ class HubMasterNode extends BaseHubNode implements NodeHelper, Registerable { * @todo Implement this method */ public function doBootstrapping () { - // Call generic (parent) bootstrapping method first - parent::bootstrapGenericBootstrapping(); $this->partialStub('Please implement this method.'); }