From 6af8e7795da1e86745364af1538fa76d4e0fc07e Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 12 Apr 2011 20:23:33 +0200 Subject: minor improvments: better debug messages + no tabs :D --- pacman-c++/block.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'pacman-c++/block.cpp') diff --git a/pacman-c++/block.cpp b/pacman-c++/block.cpp index c8607ac..083b203 100644 --- a/pacman-c++/block.cpp +++ b/pacman-c++/block.cpp @@ -19,7 +19,6 @@ Block::Block(Color::Color color, unsigned int neighbours, QGraphicsItem *parent) } setPixmap(m_pixmaps.find(color).value()); setNeighbours(neighbours); - //qDebug() << "loading block w color: " << color; } void Block::setNeighbours(unsigned int neighbours) -- cgit v1.2.3