[Libreoffice-commits] online.git: test/TileCacheTests.cpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 3 14:54:41 UTC 2018


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

New commits:
commit 1e0b4928ad84f640cb281257250d4f6206993543
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Mon Sep 3 16:54:12 2018 +0200
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
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;
     }
 }
 


More information about the Libreoffice-commits mailing list