test/TileCacheTests.cpp |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 1e0b4928ad84f640cb281257250d4f6206993543
Author:     Tamás Zolnai <[email protected]>
AuthorDate: Mon Sep 3 16:54:12 2018 +0200
Commit:     Tamás Zolnai <[email protected]>
CommitDate: Mon Sep 3 16:54:12 2018 +0200

    Remove this printing line used only for debugging
    
    Change-Id: I482adcac61cf2fa4bec4fb02feec0e23370a3e45

diff --git a/test/TileCacheTests.cpp b/test/TileCacheTests.cpp
index 10a1900f4..32a47169d 100644
--- a/test/TileCacheTests.cpp
+++ b/test/TileCacheTests.cpp
@@ -1192,7 +1192,6 @@ void TileCacheTests::testTileRequestByZoom()
     {
         std::vector<char> tile = getResponseMessage(socket, "tile:", testname);
         CPPUNIT_ASSERT_MESSAGE("Did not get tile as expected!", !tile.empty());
-        std::cout << i << std::endl;
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to