diff --git a/Service/ServiceImplementations/StreamingServiceImp.cs b/Service/ServiceImplementations/StreamingServiceImp.cs index 0e71a3a7e..c4172d8bf 100644 --- a/Service/ServiceImplementations/StreamingServiceImp.cs +++ b/Service/ServiceImplementations/StreamingServiceImp.cs @@ -227,7 +227,6 @@ namespace BeWo.Service.ServiceImplementations catch (Exception e) { throw Utils.CreateBeWoFaultException(e); - } }