mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
remove some unused debug
This commit is contained in:
parent
ac903f3c1d
commit
24ea1b1fc3
@ -458,20 +458,6 @@ namespace Twiglet.CS2J.Translator
|
|||||||
string typeName = javaMaker.CUKeys[i];
|
string typeName = javaMaker.CUKeys[i];
|
||||||
CommonTree typeAST = javaMaker.CUMap[typeName].Tree;
|
CommonTree typeAST = javaMaker.CUMap[typeName].Tree;
|
||||||
|
|
||||||
if (cfg.DebugLevel >= 10)
|
|
||||||
{
|
|
||||||
Console.Out.WriteLine("Namepace Search Path:");
|
|
||||||
foreach (String ns in javaMaker.CUMap[typeName].SearchPath)
|
|
||||||
{
|
|
||||||
Console.Out.WriteLine(ns);
|
|
||||||
}
|
|
||||||
Console.Out.WriteLine("Namepace Alias Map:");
|
|
||||||
for (int j = 0; j < javaMaker.CUMap[typeName].NameSpaceAliasKeys.Count; j++)
|
|
||||||
{
|
|
||||||
Console.Out.WriteLine("{0} => {1}", javaMaker.CUMap[typeName].NameSpaceAliasKeys[j], javaMaker.CUMap[typeName].NameSpaceAliasValues[j]);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
string claName = typeName.Substring(typeName.LastIndexOf('.')+1);
|
string claName = typeName.Substring(typeName.LastIndexOf('.')+1);
|
||||||
string nsDir = typeName.Substring(0,typeName.LastIndexOf('.')).Replace('.', Path.DirectorySeparatorChar);
|
string nsDir = typeName.Substring(0,typeName.LastIndexOf('.')).Replace('.', Path.DirectorySeparatorChar);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user