Author: af
Date: Mon Jul 23 11:08:27 2012
New Revision: 1364581
URL: http://svn.apache.org/viewvc?rev=1364581&view=rev
Log:
#i109206# Removed unneccessary log messages.
Modified:
incubator/ooo/trunk/main/desktop/source/app/app.cxx
Modified: incubator/ooo/trunk/main/desktop/source/app/app.cxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/desktop/source/app/app.cxx?rev=1364581&r1=1364580&r2=1364581&view=diff
==============================================================================
--- incubator/ooo/trunk/main/desktop/source/app/app.cxx (original)
+++ incubator/ooo/trunk/main/desktop/source/app/app.cxx Mon Jul 23 11:08:27 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;
- }
}
}