install/install-cli.php
changeset 834 a46dc188d2ce
parent 818 12346be3ec3d
child 838 34fa18bedeb1
--- 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 );