Browse Source

Removed the usual debug function left in...

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
9d36ac1c3b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Sources/ManageMaintenance.php

+ 0 - 1
Sources/ManageMaintenance.php

@@ -477,7 +477,6 @@ function ConvertUtf8()
 		{
 			require_once($sourcedir . '/ManageSearch.php');
 			detectFulltextIndex();
-			_debug($context);
 		}
 		// Cannot do conversion if using a fulltext index
 		if (!empty($modSettings['search_index']) && $modSettings['search_index'] == 'fulltext' || !empty($context['fulltext_index']))