diff --git a/views/bootstrap/class.SetRevisors.php b/views/bootstrap/class.SetRevisors.php index 187ff2f03..9e8d612a0 100644 --- a/views/bootstrap/class.SetRevisors.php +++ b/views/bootstrap/class.SetRevisors.php @@ -52,9 +52,6 @@ class SeedDMS_View_SetRevisors extends SeedDMS_Bootstrap_Style { // Retrieve list of currently assigned revisors, along with // their latest status. $revisionStatus = $content->getRevisionStatus(); - echo "
"; - print_r($revisionStatus); - echo ""; $startdate = substr($content->getRevisionDate(), 0, 10); // Index the revision results for easy cross-reference with the revisor list. @@ -74,6 +71,7 @@ class SeedDMS_View_SetRevisors extends SeedDMS_Bootstrap_Style { contentSubHeading(getMLText("update_revisors"));?> +