[mapguide-commits] r7760 - sandbox/jng/streaming_v2/Web/src/HttpHandler
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Sun Aug 11 08:55:40 PDT 2013
Author: jng
Date: 2013-08-11 08:55:40 -0700 (Sun, 11 Aug 2013)
New Revision: 7760
Modified:
sandbox/jng/streaming_v2/Web/src/HttpHandler/ReaderByteSourceImpl.cpp
Log:
Remove junk debugging code
Modified: sandbox/jng/streaming_v2/Web/src/HttpHandler/ReaderByteSourceImpl.cpp
===================================================================
--- sandbox/jng/streaming_v2/Web/src/HttpHandler/ReaderByteSourceImpl.cpp 2013-08-11 15:12:25 UTC (rev 7759)
+++ sandbox/jng/streaming_v2/Web/src/HttpHandler/ReaderByteSourceImpl.cpp 2013-08-11 15:55:40 UTC (rev 7760)
@@ -188,9 +188,6 @@
{
if (m_format == MgMimeType::Json)
{
-#ifdef _DEBUG
- //m_buf += "//END BODY\n";
-#endif
// How this looks:
// ] //End of body JSON array
// } //End of root JSON property
More information about the mapguide-commits
mailing list