summaryrefslogtreecommitdiff
path: root/Rx/v2/examples
diff options
context:
space:
mode:
authorValery Kopylov <v-valkop@microsoft.com>2015-06-16 17:41:28 +0300
committerValery Kopylov <v-valkop@microsoft.com>2015-06-16 17:41:28 +0300
commit9fc7357e5c7022d060b1c053bed88514f21a3b5f (patch)
tree63f9f50e9a7adcac256f72d02af3a9ebcd446a0e /Rx/v2/examples
parentfdcf6ce5276f319946f26d1267b2ea6d82bbda84 (diff)
downloadRxCpp-9fc7357e5c7022d060b1c053bed88514f21a3b5f.tar.gz
Remove debug trace
Diffstat (limited to 'Rx/v2/examples')
-rw-r--r--Rx/v2/examples/doxygen/reduce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rx/v2/examples/doxygen/reduce.cpp b/Rx/v2/examples/doxygen/reduce.cpp
index d79e6a1..4cd8619 100644
--- a/Rx/v2/examples/doxygen/reduce.cpp
+++ b/Rx/v2/examples/doxygen/reduce.cpp
@@ -38,7 +38,7 @@ SCENARIO("reduce empty sample"){
}
SCENARIO("reduce exception from accumulator sample"){
- printf("//! [reduce exception from accumulator sample] <<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n");
+ printf("//! [reduce exception from accumulator sample]\n");
auto values = rxcpp::observable<>::range(1, 3).
reduce(
0,