diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-15 01:36:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-15 01:36:37 +0300 |
commit | 8f9ffaa42e6fa11bb963fa9f1a1824d85a50b51b (patch) | |
tree | d8a6c13786526bc3c31a1d22117655390926751f /src/resources | |
parent | bc6c26b7616281cbeaf0987869f117664d829908 (diff) | |
download | plus-8f9ffaa42e6fa11bb963fa9f1a1824d85a50b51b.tar.gz plus-8f9ffaa42e6fa11bb963fa9f1a1824d85a50b51b.tar.bz2 plus-8f9ffaa42e6fa11bb963fa9f1a1824d85a50b51b.tar.xz plus-8f9ffaa42e6fa11bb963fa9f1a1824d85a50b51b.zip |
Remove debug logging in maplayer.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/map/maplayer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/map/maplayer.cpp b/src/resources/map/maplayer.cpp index 746d547fd..2b8d4b514 100644 --- a/src/resources/map/maplayer.cpp +++ b/src/resources/map/maplayer.cpp @@ -276,7 +276,6 @@ void MapLayer::updateOGL(Graphics *const graphics, && debugFlags != MapType::SPECIAL2); MapRowVertexes *const row = new MapRowVertexes(); - logger->log("mTempRows size: %u", (int)mTempRows.size()); mTempRows.push_back(row); Image *lastImage = nullptr; ImageVertexes *imgVert = nullptr; |