]> git.mxchange.org Git - hub.git/commitdiff
Was not needed.
authorRoland Haeder <roland@mxchange.org>
Sat, 15 Feb 2014 22:51:56 +0000 (23:51 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 15 Feb 2014 22:51:56 +0000 (23:51 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/helper/connection/class_BaseConnectionHelper.php

index 107de09f32057265a9491d08bacff55d688d595e..70e5a5de2fd1cfb54bf838db791e7274c47523ea 100644 (file)
@@ -397,7 +397,7 @@ class BaseConnectionHelper extends BaseHubSystemHelper implements Registerable,
                // Fill sending buffer with data
                while (strlen($dataStream) > 0) {
                        // Debug message
-                       /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CONNECTION-HELPER[' . __LINE__ . ']: packageData=' . print_r($packageData, TRUE));
+                       //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CONNECTION-HELPER[' . __LINE__ . ']: packageData=' . print_r($packageData, TRUE));
 
                        // Convert the package data array to a raw data stream
                        $dataStream = $this->getRawDataFromPackageArray($packageData);