cron: Temporarily disable error reporting

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-07-21 16:27:35 +02:00
parent 0339fa60c2
commit 79df5bcdfc

View File

@@ -17,7 +17,8 @@ inactiveUserCheck();
orphanVersionCheck();
/* report error log entries to admins and flush the error log after doing so */
reportErrorLogEntries();
// temporarily disabled - it apperas we have too many errors
// reportErrorLogEntries();
/* remove screenshots that are missing their screenshot and thumbnail files */
removeScreenshotsWithMissingFiles();