]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/connection/class_BaseConnectionHelper.php
Was not needed.
[hub.git] / 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);