mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Unused local variable.
This commit is contained in:
@@ -282,7 +282,7 @@ namespace DiscImageChef.Server
|
||||
}
|
||||
else divDevices.Visible = false;
|
||||
}
|
||||
catch(Exception ex)
|
||||
catch(Exception)
|
||||
{
|
||||
content.InnerHtml = "<b>Could not load statistics</b>";
|
||||
#if DEBUG
|
||||
|
||||
Reference in New Issue
Block a user