X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Ffilter%2Fconsole%2Fclass_Console;fp=application%2Fhub%2Fmain%2Ffilter%2Fconsole%2Fclass_Console;h=52f584f362e59ad65b3a38753b044abbf2a0061c;hb=08f962e1f02df357f5554413357952faf33fe210;hp=6d5c26efe27bc68f8da95f5001eb43647d096302;hpb=9c40ceb2c5ccbddc67263658baf030c896a64743;p=hub.git diff --git a/application/hub/main/filter/console/class_Console b/application/hub/main/filter/console/class_Console index 6d5c26efe..52f584f36 100644 --- a/application/hub/main/filter/console/class_Console +++ b/application/hub/main/filter/console/class_Console @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Hub Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -58,12 +58,6 @@ class Console???Filter extends BaseFilter implements Filterable { // Get node instance $nodeInstance = Registry::getRegistry()->getInstance('node'); - // Sanity-check on it - if (is_null($nodeInstance)) { - // Throws a FilterChainException to stop further processing - throw new FilterChainException($this, self::EXCEPTION_FILTER_CHAIN_INTERCEPTED); - } // END - if - // Implement this! $this->partialStub('Please implement this method.'); }