From aeba7dc609879512f029f58b6fda2b9adc889ef8 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Fri, 15 Jul 2011 18:50:14 +0000 Subject: [PATCH] Leftover debug output. Thanks Ryan for watchiung! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42433 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/locale/linkcatkeys.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/locale/linkcatkeys.cpp b/src/bin/locale/linkcatkeys.cpp index 879b297a65..f9407ec003 100644 --- a/src/bin/locale/linkcatkeys.cpp +++ b/src/bin/locale/linkcatkeys.cpp @@ -136,7 +136,6 @@ main(int argc, char **argv) switch(outputTarget) { case TARGET_ATTRIBUTE: { - printf("To attribute\n"); BEntry entry(outputFile.String()); entry_ref eref; entry.GetRef(&eref);