]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/console/class_Console
Task handler added, a lot rewrites
[hub.git] / application / hub / main / filter / console / class_Console
index 6d5c26efe27bc68f8da95f5001eb43647d096302..52f584f362e59ad65b3a38753b044abbf2a0061c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @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.');
        }