mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
fix double exception logging
This commit is contained in:
@@ -199,7 +199,6 @@ public abstract class AbstractManagerResource<T extends ModelObject,
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.error("error during create", ex);
|
||||
logger.error("error during create", ex);
|
||||
response = Response.serverError().build();
|
||||
}
|
||||
@@ -243,7 +242,6 @@ public abstract class AbstractManagerResource<T extends ModelObject,
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.error("error during create", ex);
|
||||
logger.error("error during create", ex);
|
||||
response = Response.serverError().build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user