[Oops] removed debug message in install-cli
authorDan
Mon, 16 Feb 2009 17:12:02 -0500
changeset 834 a46dc188d2ce
parent 833 16054ea5b525
child 835 146bc1daf498
[Oops] removed debug message in install-cli
install/install-cli.php
--- a/install/install-cli.php	Mon Feb 16 17:01:56 2009 -0500
+++ b/install/install-cli.php	Mon Feb 16 17:12:02 2009 -0500
@@ -14,10 +14,9 @@
  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
  * 
- * Thanks to Stephan for helping out with l10n in the installer (his work is in includes/stages/*.php).
+ * Thanks to Stephan B. for helping out with l10n in the installer (his work is in includes/stages/*.php).
  */
 
-echo "INSTALLER STARTED\n";
 $result = require(dirname(__FILE__) . '/includes/cli-core.php');
 exit( $result ? 0 : 1 );