Преглед на файлове

Removed the usual debug function left in...

Signed-off-by: emanuele <[email protected]>
emanuele преди 12 години
родител
ревизия
9d36ac1c3b
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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']))