diff vendor/plugins/redmine_bibliography/init.rb @ 1071:fe32745aaa3d bibplugin_cache

Deletes publication cache on controller update action.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 21 Nov 2012 15:09:58 +0000
parents 858f042e8d11
children 5bd8c86cfa6a
line wrap: on
line diff
--- a/vendor/plugins/redmine_bibliography/init.rb	Wed Nov 21 14:42:12 2012 +0000
+++ b/vendor/plugins/redmine_bibliography/init.rb	Wed Nov 21 15:09:58 2012 +0000
@@ -4,9 +4,6 @@
 require 'bibtex'
 require 'citeproc'
 
-
-RAILS_DEFAULT_LOGGER.info 'Starting Bibliography Plugin for Redmine'
-
 # Patches to the Redmine core.
 Dispatcher.to_prepare :redmine_model_dependencies do
   require_dependency 'project'