diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-12 22:35:03 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-12 22:35:03 +0000 |
| commit | 904962680bee87f4fa1df0d64b348d4a72c449cf (patch) | |
| tree | 66a423a62ce356630dfdd75e316a59dc18f97849 /sources | |
| parent | 04e73b9b9a4ade8326c5e1f326c5b8c547b2948e (diff) | |
serialize debugging switched off.
Diffstat (limited to 'sources')
| -rw-r--r-- | sources/serialize/VSSerialize.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/serialize/VSSerialize.java b/sources/serialize/VSSerialize.java index f893e6b..26d17c7 100644 --- a/sources/serialize/VSSerialize.java +++ b/sources/serialize/VSSerialize.java @@ -41,7 +41,7 @@ public final class VSSerialize { private static final long serialVersionUID = 1L; /** True if debug mode of serialization/deserialization */ - public static final boolean DEBUG = true; + public static final boolean DEBUG = false; /** The last filename used for saveing/opening*/ public static String LAST_FILENAME = null; |
