diff --git a/index.php b/index.php
index 223b954..e22918d 100644
--- a/index.php
+++ b/index.php
@@ -6,7 +6,6 @@ if (isset($_SESSION['userid'])){
echo 'Update character stats here
';
echo 'Update account stats here
';
echo 'View individual character stats here
'; //make this a drop down list later
- echo 'Change Guild Wars account here
'; //make this a drop down list later
echo 'Add Guild Wars account here
';
}
include_once ('footer.php');