Skip to content

Commit

Permalink
Removing duplicate log output
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Nov 18, 2019
1 parent 8a30543 commit 61cbb75
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -100,7 +100,6 @@ public void contextDestroyed(ServletContextEvent event)

protected void updateBean(String name, Object oldBean, Object newBean)
{
LOG.info("update {} {}->{} on {}", name, oldBean, newBean, _context);
if (LOG.isDebugEnabled())
LOG.debug("update {} {}->{} on {}", name, oldBean, newBean, _context);
_context.updateBean(oldBean, newBean, false);
Expand Down

0 comments on commit 61cbb75

Please sign in to comment.