Hardware/Computer.cs
changeset 85 ec4ccaa1210d
parent 83 3fdadd4a830f
child 86 b4f0f206173d
     1.1 --- a/Hardware/Computer.cs	Sat Mar 27 13:04:34 2010 +0000
     1.2 +++ b/Hardware/Computer.cs	Sat Mar 27 19:55:09 2010 +0000
     1.3 @@ -101,7 +101,6 @@
     1.4            #if !DEBUG
     1.5            } catch (Exception exception) {
     1.6              Utilities.CrashReport.Save(exception);
     1.7 -            throw;
     1.8            }
     1.9            #endif
    1.10          }, null, 1000, 1000);