Bladeren bron

Removed the usual debug function left in...

Signed-off-by: emanuele <[email protected]>
emanuele 12 jaren geleden
bovenliggende
commit
9d36ac1c3b
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. 0 1
      Sources/ManageMaintenance.php

+ 0 - 1
Sources/ManageMaintenance.php

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