From a005fbeddc4e615cfff56a9bd84355f8d42c1c8c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 12 Dec 2016 15:05:28 +0200 Subject: OSL_TRACE->SAL in framework..sal Change-Id: I9a897af88aa9f6f7ca98ce521c69b5a4ee8462e9 Reviewed-on: https://gerrit.libreoffice.org/31903 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- l10ntools/source/merge.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'l10ntools') diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx index a4a887c33d41..9d04e16f40e3 100644 --- a/l10ntools/source/merge.cxx +++ b/l10ntools/source/merge.cxx @@ -441,7 +441,6 @@ OString MergeDataFile::CreateKey(const OString& rTYP, const OString& rGID, sKey += rLID; sKey += sStroke; sKey += lcl_NormalizeFilename(rFilename); - OSL_TRACE("created key: %s", sKey.getStr()); if(bCaseSensitive) return sKey; // officecfg case sensitive identifier return sKey.toAsciiUpperCase(); -- cgit