From 27986fa4e2a784c2edb09143f70c45a8f635feaf Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 15 Mar 2016 16:00:42 +0100 Subject: [PATCH] remove print_r() --- views/bootstrap/class.Indexer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/views/bootstrap/class.Indexer.php b/views/bootstrap/class.Indexer.php index 996b9e85e..6eb3d2db0 100644 --- a/views/bootstrap/class.Indexer.php +++ b/views/bootstrap/class.Indexer.php @@ -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)); echo $indent."(document updated)"; } catch(Exception $e) { - print_r($e); echo $indent."(updating document failed)"; } }