Commit 06eac3bac5e75914e752bea85618cf6bf13cf898

Authored by michael
1 parent 2b1ae355

removed debug logging


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1984 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/modifyArchiveSettingsBL.php
@@ -30,7 +30,7 @@ if (checkSession()) { @@ -30,7 +30,7 @@ if (checkSession()) {
30 30
31 // instantiate my content pattern 31 // instantiate my content pattern
32 $oContent = new PatternCustom(); 32 $oContent = new PatternCustom();
33 - $default->log->info(arrayToString($_REQUEST)); 33 +
34 if ($fDocumentID) { 34 if ($fDocumentID) {
35 // retrieve the appropriate settings given the document id 35 // retrieve the appropriate settings given the document id
36 $oDocumentArchiving = DocumentArchiving::getFromDocumentID($fDocumentID); 36 $oDocumentArchiving = DocumentArchiving::getFromDocumentID($fDocumentID);