Removed Debug Output

This commit is contained in:
Rich 2015-03-26 18:10:48 +00:00
parent 2d6f5f443e
commit a367581307

View File

@ -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()