]> git.mxchange.org Git - hub.git/commitdiff
And the next lines.
authorRoland Haeder <roland@mxchange.org>
Sun, 16 Feb 2014 00:28:03 +0000 (01:28 +0100)
committerRoland Haeder <roland@mxchange.org>
Sun, 16 Feb 2014 00:28:03 +0000 (01:28 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/streams/raw_data/output/class_RawDataOutputStream.php

index 33483439c4918e463315d3c914e4b9c08d645275..dd4a9e2172d788ce6ae148673aa22aa725049b77 100644 (file)
@@ -58,9 +58,9 @@ class RawDataOutputStream extends BaseStream implements OutputStreamable {
                 * [[S]] - Start marker
                 * [[E]] - End marker
                 */
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . ']: data()=' . strlen($data) . ' - BEFORE!');
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . ']: data()=' . strlen($data) . ' - BEFORE!');
                $data = BaseRawDataHandler::STREAM_START_MARKER . base64_encode($data) . BaseRawDataHandler::STREAM_END_MARKER;
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . ']: data(' . strlen($data) . ')=' . $data);
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . ']: data(' . strlen($data) . ')=' . $data);
 
                // Return it
                return $data;