diff --git a/OpenSim/Services/MapImageService/MapImageService.cs b/OpenSim/Services/MapImageService/MapImageService.cs index e820f13602..130ef59f69 100644 --- a/OpenSim/Services/MapImageService/MapImageService.cs +++ b/OpenSim/Services/MapImageService/MapImageService.cs @@ -413,9 +413,9 @@ namespace OpenSim.Services.MapImageService output.UnlockBits(dstData); input.UnlockBits(srcData); } - catch (InvalidOperationException e) + //catch (InvalidOperationException e) + catch { - } }