From 2dbadfc2c2d94d11509b3e0862f3559f03396a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Wed, 8 Aug 2018 13:38:34 +0200 Subject: [PATCH] Useless error message --- lib/redmine_dmsf/hooks/controllers/issues_controller_hooks.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/redmine_dmsf/hooks/controllers/issues_controller_hooks.rb b/lib/redmine_dmsf/hooks/controllers/issues_controller_hooks.rb index f4962793..31052def 100644 --- a/lib/redmine_dmsf/hooks/controllers/issues_controller_hooks.rb +++ b/lib/redmine_dmsf/hooks/controllers/issues_controller_hooks.rb @@ -84,8 +84,6 @@ module RedmineDmsf controller.flash[:error] = old_system_folder.errors.full_messages.to_sentence Rails.logger.error old_system_folder.errors.full_messages.to_sentence end - else - Rails.logger.error "No system folder found for issue ##{issue.id}." end # Move documents, links and folders if needed if project_id != old_project_id