]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/cruncher/init/class_CruncherInitState.php
Introduced experimental apt-proxy sub project (a connector for apt-proxy usage into...
[hub.git] / application / hub / main / states / cruncher / init / class_CruncherInitState.php
index 1caf37c580dd4c3e61e395c5498ce4c1d2809702..36ea75823d0776f9cdde20927d7d1244f6d84c72 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 - 2011 Hub Developer Team
+ * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -45,9 +45,6 @@ class CruncherInitState extends BaseCruncherState implements Stateable {
                // Get new instance
                $stateInstance = new CruncherInitState();
 
-               // Debug message
-               $stateInstance->debugOutput('CRUNCHER-STATE: Has changed from ' . $cruncherInstance->getPrintableState() . ' to ' . $stateInstance->getStateName() . '.');
-
                // Set the cruncher instance
                $stateInstance->setCruncherInstance($cruncherInstance);