mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 16:33:43 -04:00
Remove unused variables from catch
This commit is contained in:
@ -116,7 +116,7 @@ namespace Observatory.PluginManagement
|
||||
{
|
||||
timer.Start();
|
||||
}
|
||||
catch (ObjectDisposedException ode)
|
||||
catch
|
||||
{
|
||||
// Not sure why this happens, but I've reproduced it twice in a row after hitting
|
||||
// read-all while also playing (ie. generating journals).
|
||||
|
Reference in New Issue
Block a user