From 17f54fb418410c69c1aebe72d9c2be3b96e6010a Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 10 Mar 2003 14:52:42 +0000 Subject: [PATCH] removed debug logging --- presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php index 8edbe54..05a0033 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php @@ -160,7 +160,6 @@ if (checkSession()) { if (isset($fWebSiteID)) { // user wishes to publish document $oDocument = Document::get($fDocumentID); - $default->log->info("userID=" . $_SESSION["userID"] . "; docid=$fDocumentID; creator id=" . $oDocument->getCreatorID()); if ($_SESSION["userID"] == $oDocument->getCreatorID()) { //only the creator can send the document for publishing $aWebDocument = WebDocument::getList("document_id = $fDocumentID"); -- libgit2 0.21.4