Author: af
Date: Mon Jul 23 11:07:29 2012
New Revision: 1364580
URL: http://svn.apache.org/viewvc?rev=1364580&view=rev
Log:
#i109206# Removed unneccessary log messages.
Modified:
incubator/ooo/branches/AOO34/main/desktop/source/app/app.cxx
Modified: incubator/ooo/branches/AOO34/main/desktop/source/app/app.cxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/branches/AOO34/main/desktop/source/app/app.cxx?rev=1364580&r1=1364579&r2=1364580&view=diff
==============================================================================
--- incubator/ooo/branches/AOO34/main/desktop/source/app/app.cxx (original)
+++ incubator/ooo/branches/AOO34/main/desktop/source/app/app.cxx Mon Jul 23
11:07:29 2012
@@ -862,12 +862,8 @@ static bool needsInstallBundledExtension
const ::osl::FileBase::RC eResult
(aDirectoryItem.getFileStatus(aDirectoryStat));
if (eResult == ::osl::File::E_None)
{
- rtl_logfile_longTrace("| checking last modification time of
containing directory %s\n", U2A(rsDirectoryURL));
if (aDirectoryStat.getModifyTime().Seconds >
aMarkerModifyTime.Seconds)
- {
- rtl_logfile_longTrace("| containing directory is newer
than marker\n");
return true;
- }
}
}