Removed Debug Output
This commit is contained in:
@@ -1145,7 +1145,7 @@ namespace VEPROMS.CSLA.Library
|
||||
string key=keyOrig.ToUpper();
|
||||
key=regRoKeyHigh.Replace(key,"_HIGH$3");
|
||||
key=regRoKeyLow.Replace(key,"_LOW$3");
|
||||
if (key != keyOrig) Console.WriteLine("{0}!={1}", key, keyOrig);
|
||||
//if (key != keyOrig) Console.WriteLine("{0}!={1}", key, keyOrig);
|
||||
return key;
|
||||
}
|
||||
private void BuildROAPIDDictionary()
|
||||
|
Reference in New Issue
Block a user