From: handa Date: Fri, 19 Jun 2009 11:36:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=12ea076b18563e8a7f11de5dee1d82f6faf877d3;p=m17n%2Fm17n-lib-cs.git *** empty log message *** --- diff --git a/MDatabase.cs b/MDatabase.cs index 48273f7..0751dfe 100644 --- a/MDatabase.cs +++ b/MDatabase.cs @@ -429,8 +429,6 @@ namespace M17N.Core string usr_dir = (Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData)); - Console.WriteLine (share_dir); - Console.WriteLine (usr_dir); try { string dir = Environment.GetEnvironmentVariable ("M17NDIR"); DBDirs[1] = new MDatabaseDir (dir); @@ -443,6 +441,7 @@ namespace M17N.Core } DBDirs[2] = new MDatabaseDir (null); DBDirs[3] = new MDatabaseDir (Path.Combine (share_dir, "m17n")); + Console.WriteLine (DBDirs[3].Dirname); update_all (); }