[Kstars-devel] KDE/kdeedu/kstars/kstars

Jason Harris kstars at 30doradus.org
Tue Dec 25 02:01:27 CET 2007


SVN commit 752596 by harris:

comment out warning message about star size being too big.

CCMAIL: kstars-devel at kde.org



 M  +1 -1      starobject.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/starobject.cpp #752595:752596
@@ -412,7 +412,7 @@
 
         int isize = int(size);
         if ( isize >= 14 ) {
-            kDebug() << "Star too big: " << size << endl;
+//            kDebug() << "Star too big: " << size << endl;
             isize = 14;
         }
 


More information about the Kstars-devel mailing list