From 12ea076b18563e8a7f11de5dee1d82f6faf877d3 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 19 Jun 2009 11:36:06 +0000 Subject: [PATCH] *** empty log message *** --- MDatabase.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 (); } -- 1.7.10.4