Commit 17f54fb418410c69c1aebe72d9c2be3b96e6010a

Authored by michael
1 parent 2ca4bc22

removed debug logging


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1472 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php
... ... @@ -160,7 +160,6 @@ if (checkSession()) {
160 160 if (isset($fWebSiteID)) {
161 161 // user wishes to publish document
162 162 $oDocument = Document::get($fDocumentID);
163   - $default->log->info("userID=" . $_SESSION["userID"] . "; docid=$fDocumentID; creator id=" . $oDocument->getCreatorID());
164 163 if ($_SESSION["userID"] == $oDocument->getCreatorID()) {
165 164 //only the creator can send the document for publishing
166 165 $aWebDocument = WebDocument::getList("document_id = $fDocumentID");
... ...