[haiku-commits] r42433 - haiku/trunk/src/bin/locale

  • From: pulkomandy@xxxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 15 Jul 2011 20:50:15 +0200 (CEST)

Author: pulkomandy
Date: 2011-07-15 20:50:14 +0200 (Fri, 15 Jul 2011)
New Revision: 42433
Changeset: https://dev.haiku-os.org/changeset/42433

Modified:
   haiku/trunk/src/bin/locale/linkcatkeys.cpp
Log:
Leftover debug output. Thanks Ryan for watchiung!


Modified: haiku/trunk/src/bin/locale/linkcatkeys.cpp
===================================================================
--- haiku/trunk/src/bin/locale/linkcatkeys.cpp  2011-07-15 17:30:17 UTC (rev 
42432)
+++ haiku/trunk/src/bin/locale/linkcatkeys.cpp  2011-07-15 18:50:14 UTC (rev 
42433)
@@ -136,7 +136,6 @@
 
        switch(outputTarget) {
                case TARGET_ATTRIBUTE: {
-                       printf("To attribute\n");
                        BEntry entry(outputFile.String());
                        entry_ref eref;
                        entry.GetRef(&eref);


Other related posts:

  • » [haiku-commits] r42433 - haiku/trunk/src/bin/locale - pulkomandy