]> granicus.if.org Git - nethack/commitdiff
remove debug message
authorwarwick <warwick>
Wed, 30 Jan 2002 03:55:41 +0000 (03:55 +0000)
committerwarwick <warwick>
Wed, 30 Jan 2002 03:55:41 +0000 (03:55 +0000)
win/Qt/tileedit.cpp

index 16e2002c197113256441d721e18766050d1061d9..572b3d24a64c42db753cb58014bcd12c13c9b171 100644 (file)
@@ -183,7 +183,6 @@ void TrivialTileEditor::setColor( QRgb rgb )
            penpixel<img.numColors()-1 && (img.color(penpixel)&0xffffff)!=(pen.rgb()&0xffffff);
            penpixel++)
        continue;
-qDebug("penpixel=%d, pen=%x",penpixel,pen.rgb());
 }
 
 void TrivialTileEditor::setImage( const QImage& i )