diff mde/file/serialize.d @ 86:79d816b3e2d2

New InitStage system, Screen & Screen.Drawable, separate testing and guiDemo binaries. This (and the previous) commit are the result of several quite significant changes to mde. All the unittests run, but it hasn't had a huge amount of testing so don't be surprised if bugs show up.
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 12 Sep 2008 17:36:14 +0100
parents ac1e3fd07275
children 01f4f5f1acc9
line wrap: on
line diff
--- a/mde/file/serialize.d	Thu Sep 11 11:33:51 2008 +0100
+++ b/mde/file/serialize.d	Fri Sep 12 17:36:14 2008 +0100
@@ -311,7 +311,6 @@
             dg();
         } catch (Exception e) {
             r = true;
-            logger.trace ("Exception caught: "~e.msg);
         }
         return r;
     }