mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
remove print_r()
This commit is contained in:
parent
d659a5bd61
commit
27986fa4e2
|
@ -70,7 +70,6 @@ class SeedDMS_View_Indexer extends SeedDMS_Bootstrap_Style {
|
||||||
$index->addDocument(new $indexconf['IndexedDocument']($dms, $document, $this->converters ? $this->converters : null, false, $this->timeout));
|
$index->addDocument(new $indexconf['IndexedDocument']($dms, $document, $this->converters ? $this->converters : null, false, $this->timeout));
|
||||||
echo $indent."(document updated)";
|
echo $indent."(document updated)";
|
||||||
} catch(Exception $e) {
|
} catch(Exception $e) {
|
||||||
print_r($e);
|
|
||||||
echo $indent."(updating document failed)";
|
echo $indent."(updating document failed)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user