diff options
Diffstat (limited to 'source/WindowsFormsApplication1/ShiftnetDecryptor.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/ShiftnetDecryptor.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/WindowsFormsApplication1/ShiftnetDecryptor.cs b/source/WindowsFormsApplication1/ShiftnetDecryptor.cs index c31a6dc..dbf086e 100644 --- a/source/WindowsFormsApplication1/ShiftnetDecryptor.cs +++ b/source/WindowsFormsApplication1/ShiftnetDecryptor.cs @@ -46,7 +46,7 @@ namespace ShiftOS RecursiveControlSetup(c); } } - catch (Exception ex) + catch { } @@ -87,7 +87,7 @@ namespace ShiftOS { encrypted_contents = new WebClient().DownloadString(currentaddress); } - catch(Exception ex) + catch { WriteLine(" *** ERROR: Remote file could not be accessed."); tmrdecrypt.Stop(); |
