You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2012/07/23 13:07:30 UTC

svn commit: r1364580 - /incubator/ooo/branches/AOO34/main/desktop/source/app/app.cxx

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;
-            }
         }
     }