Commit e693ce5cb608cbab0b985d807474eb1836f06c85

Authored by Michael Joseph
1 parent fb992a30

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 30  
31 31 // instantiate my content pattern
32 32 $oContent = new PatternCustom();
33   - $default->log->info(arrayToString($_REQUEST));
  33 +
34 34 if ($fDocumentID) {
35 35 // retrieve the appropriate settings given the document id
36 36 $oDocumentArchiving = DocumentArchiving::getFromDocumentID($fDocumentID);
... ...