From 1bde863124d6815cf5d815467e25a2067d6ffa13 Mon Sep 17 00:00:00 2001 From: Guillaume Lajarige Date: Fri, 20 Oct 2017 13:25:28 +0000 Subject: [PATCH] =?UTF-8?q?N=C2=B01123.5=20Typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:trunk[5061] --- core/attributedef.class.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index ad18ee41ac..f88a6d0ec9 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -5404,7 +5404,6 @@ class AttributeBlob extends AttributeDefinition $sAttCode = $this->GetCode(); if ($sValue instanceof ormDocument && !$sValue->IsEmpty()) { - IssueLog::Info(print_r($sValue, true)); return $sValue->GetDownloadURL(get_class($oHostObject), $oHostObject->GetKey(), $sAttCode); } return ''; // Not exportable in CSV !