Removed Debug Output
This commit is contained in:
parent
2d6f5f443e
commit
a367581307
@ -1145,7 +1145,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
string key=keyOrig.ToUpper();
|
string key=keyOrig.ToUpper();
|
||||||
key=regRoKeyHigh.Replace(key,"_HIGH$3");
|
key=regRoKeyHigh.Replace(key,"_HIGH$3");
|
||||||
key=regRoKeyLow.Replace(key,"_LOW$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;
|
return key;
|
||||||
}
|
}
|
||||||
private void BuildROAPIDDictionary()
|
private void BuildROAPIDDictionary()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user