From ca4a34df7baed2ab403afe17c45a94f85976a943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=2E=20Urba=C5=84czyk?= Date: Mon, 18 Feb 2013 23:35:25 +0000 Subject: [PATCH] Development build 0.91b. Removed not necessary log. --- lib/CArtHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CArtHandler.cpp b/lib/CArtHandler.cpp index d895bd55e..c4f00f5ad 100644 --- a/lib/CArtHandler.cpp +++ b/lib/CArtHandler.cpp @@ -596,7 +596,7 @@ ArtifactID CArtHandler::getArtSync (ui32 rand, int flags, bool erasePicked) std::fill_n (out.begin(), 64, artifacts[2]); //Give Grail - this can't be banned (hopefully) } - tlog0 << "Treasure count: " << treasures.size() << std::endl; + //tlog0 << "Treasure count: " << treasures.size() << std::endl; }; std::vector > out;