diff options
author | Andras Timar <atimar@suse.com> | 2012-01-06 16:32:38 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-01-06 16:33:18 +0100 |
commit | 82558fc4ea28427857ea82232e8edc5c8d6daa6d (patch) | |
tree | d4486849e01439dd99e15c72f7f878596baa82b0 /l10ntools | |
parent | e2b57677d3fcb184606b4efb02c79b3e4847c1a0 (diff) |
remove a printf
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/helpmerge.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx index 47d1ddf2b8ba..46bee59c54e3 100644 --- a/l10ntools/source/helpmerge.cxx +++ b/l10ntools/source/helpmerge.cxx @@ -260,7 +260,6 @@ bool HelpParser::Merge( const ByteString &rSDFFile, const ByteString &rDestinati DirEntry aFile( sXmlFile ); XMLFile* xmlfile = ( aParser.Execute( aFile.GetFull() , sOUHelpFile, new XMLFile( '0' ) ) ); - printf("Dest file %s\n",rDestinationFile.GetBuffer()); hasNoError = MergeSingleFile( xmlfile , aMergeDataFile , rLanguage , rDestinationFile ); delete xmlfile; if( !sUsedTempFile.EqualsIgnoreCaseAscii( "" ) ){ |