removed echo left over from debugging

This commit is contained in:
Uwe Steinmann 2013-02-19 08:49:29 +01:00
parent 7351b930e1
commit c4d23829e8

View File

@ -53,7 +53,6 @@ if(isset($_GET['create']) && $_GET['create'] == 1) {
if(!$index) {
UI::exitError(getMLText("admin_tools"),getMLText("no_fulltextindex"));
}
echo "<p>Updating index</p>";
SeedDMS_Lucene_Indexer::init($settings->_stopWordsFile);
}