fixed warnings

This commit is contained in:
vfedosevich 2013-06-19 14:29:22 +03:00
parent 1c40d9e59b
commit 1740d70845
6 changed files with 12 additions and 26 deletions

View file

@ -531,9 +531,8 @@ namespace WebsitePanel.EnterpriseServer
scheduledTasks.Add(task.ScheduleId, task);
}
}
catch (Exception e)
{
}
catch { }
return scheduledTasks;
}