Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ts-snippets.cpp')
-rw-r--r--tests/ts-snippets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts-snippets.cpp b/tests/ts-snippets.cpp
index d18150e..8814e0b 100644
--- a/tests/ts-snippets.cpp
+++ b/tests/ts-snippets.cpp
@@ -143,7 +143,7 @@ TEST(TestSnippets, TestGettingValues) {
// output all of the items
CSimpleIniA::TNamesDepend::const_iterator it;
for (it = values.begin(); it != values.end(); ++it) {
- printf("value = '%s'\n", it->pItem);
+ //printf("value = '%s'\n", it->pItem);
}