commented out debug variable

This commit is contained in:
John Jenko 2012-07-12 13:06:30 +00:00
parent a8aea0dca0
commit c64ab64568

View File

@ -370,7 +370,7 @@ namespace DataLoader
private string ConvertTableToGrid(string stepText, Content content, FormatInfo fmt, bool isROTable, GridLinePattern border)
{
string savethis = stepText;
//string savethis = stepText;
string strGrid = "";
VlnFlexGrid grd = new VlnFlexGrid(1, 1);
grd.IsRoTable = isROTable;