From fce84d213f7a2ac408dc02b41ef509bc0596d408 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 19 Nov 2015 22:47:20 +0100 Subject: [PATCH] Commented in a needed debug line Signed-off-by: Roland Haeder --- .../hub/classes/decoder/package/class_PackageDecoder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/hub/classes/decoder/package/class_PackageDecoder.php b/application/hub/classes/decoder/package/class_PackageDecoder.php index 49ba434c5..809c11442 100644 --- a/application/hub/classes/decoder/package/class_PackageDecoder.php +++ b/application/hub/classes/decoder/package/class_PackageDecoder.php @@ -105,7 +105,7 @@ class PackageDecoder extends BaseDecoder implements Decodeable, Registerable { ); // Debug message - //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('PACKAGE-DECODER[' . __METHOD__ . ':' . __LINE__ . ']: decodedData(' . count($decodedData) . ')=' . print_r($decodedData, TRUE)); + /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('PACKAGE-DECODER[' . __METHOD__ . ':' . __LINE__ . ']: decodedData(' . count($decodedData) . ')=' . print_r($decodedData, TRUE)); // Next get a recipient-discovery instance $discoveryInstance = PackageDiscoveryFactory::createPackageDiscoveryInstance(); -- 2.30.2