1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Development build 0.91b.

Removed not necessary log.
This commit is contained in:
Michał W. Urbańczyk
2013-02-18 23:35:25 +00:00
parent 6fdf64c2b1
commit ca4a34df7b

View File

@@ -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<ConstTransitivePtr<CArtifact> > out;